optimize-nextjs-boilerplate
v2.2.1
Published
this is a CLI for Nextjs boilerplate which is setup new nextjs project with Docker and docker-compose file.
Downloads
19
Maintainers
Readme
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_name
and, then
cd your_project_name
For start the project, 2 options are there
docker-compose up --build
or
simpley up the docker-compose.yml through right click on file.