- node + npm (
brew install node)
- Ensure
nodeandnpmare installed - Install project dependencies via npm (
npm install) - Make a copy of
example.envand rename to.env - Fill in missing information in
.env npm run start:devto start developement server
- set
NODE_ENVto 'development' npm run start:devto start server in development mode
- set
NODE_ENVto 'production' npm startto compile and start server in production mode