Skip to content

glauroqj/nextjs-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextjs Start

Simple skeleton project, helping you to start a project with docker based.

Dependencies

Required Docker, Docker-Compose and Yarn. Please check if you have all dependencies ready to go.

Commands to start

  • Development
yarn dev-start
  • Restart ( containers / images )
yarn dev-restart
  • Stop ( containers / images )
yarn delete-all