Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 268 Bytes

Development Environment:

  • Make .dev.env file, using .env.example as skeleton.
  • npm start for development environment.

Production Environment:

  • Make .env file, using ..env.example as skeleton.
  • npm run start-prod for production environment.