OpenDavinci's NextJS has been developed to create rock solid UI frameworks apps boilerplate with no build configurations in seconds.
For more detailed information and usage, continue reading.
To create a new app download this repo:
git clone <repo name>
Make sure you have npx installed (npx is shipped by default since npm 5.2.0) Once downloaded, install all plugins and the dependencies. Then navigate to the project folder and launch it:
npm run dev
Use the dev command when running application in development mode.
- It provides a easy starting to your project in seconds with using industry-standard best practices and performance oriented tools & libraries.
OpenDaVinci's NextJS makes it easier to get up and running with a well-structured Next.js application.
Next.js is a minimalistic React framework that runs on the browser and the server with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. It offers developers an easy way to get started, build server-side rendering and static web applications using React.
This Boilerplate uses a plugin-based architecture. Basically, plugins are created from highly-demanded npm tools in the front-end ecosystem with configuration files.
You can check them out below,
If you have a bug to report, do not hesitate to file an issue.
If you are willing to fix an issue or propose a feature; all PRs with clear explanations are welcome and encouraged.
Licensed under the APACHE-2.0 License, Copyright © 2021-present OpenDaVinci