Skip to content

digitname/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 !)

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 94.1%
  • JavaScript 3.3%
  • SCSS 2.2%
  • Shell 0.4%