Skip to content

A NextJS boilerplate for Production ready application

License

Notifications You must be signed in to change notification settings

abdulbasidh/NextJS-Boilerplate

Repository files navigation

About

OpenDavinci's NextJS has been developed to create rock solid UI frameworks apps boilerplate with no build configurations in seconds.

Designed For

Documentation

For more detailed information and usage, continue reading.

Quick Start

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.

Philosophy

  • It provides a easy starting to your project in seconds with using industry-standard best practices and performance oriented tools & libraries.

Next.js Integration

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.

Plugins

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,

superplate-core-plugins

Plugins

UI Frameworks

CSS Preprocessors

Features

Hooks

State Management

i18n

Linters / Formatters

Testing Frameworks

E2E Testing Frameworks

CI Tools

Contribution

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.

License

Licensed under the APACHE-2.0 License, Copyright © 2021-present OpenDaVinci

About

A NextJS boilerplate for Production ready application

Resources

License

Stars

Watchers

Forks

Packages

No packages published