The goal of The Ultimate Next.js Boilerplate is to provide an advanced code base to start Next.js projects.
Development environment requirements:
Setting up your development environment on your local machine:
git clone https://github.com/Nases/the-ultimate-nextjs-boilerplate
cd the-ultimate-nextjs-boilerplate
npm install
cp .env.local.example .env.local
# Update .env.local
# Update /assets/config/settings.js
npm run dev
# go to http://localhost:3000/
Do not hesitate to contribute to the project by adapting or adding features! Bug reports or pull requests are welcome.
MIT