2.2.1 • Published 1 year ago
optimize-nextjs-boilerplate v2.2.1
Nextjs Boilerplate
this is a CLI for Nextjs boilerplate which is setup new nextjs project with Docker and docker-compose file.
it includes eslint, prettier, husky, tailwind css, etc and some of pre built components.
Usage/Examples
npx optimize-nextjs-boilerplate your_project_nameand, then
cd your_project_nameFor start the project, 2 options are there
docker-compose up --buildor
simpley up the docker-compose.yml through right click on file.