Skip to content

qlaffont/starter-web

Repository files navigation

STARTER WEB

Used by :

Server requirements

  • Node (Please check .nvmrc to get Node.JS version)

How to start the project ?

Local

  • Fill environment variables to .env file based on .env.example
  • Start server pnpm dev

Deployed environments

  • Fill environment variables to .env file based on .env.example
  • Build app pnpm build
  • Start server pnpm start

Package Scripts

  • dev : Start Dev server (hot reload activated)
  • build : Build app
  • start : Start server in production mode
  • lint : Lint all files
  • prepare : Install husky
  • update-template : Update project with template (/!\ Verify result !)