npm install
The above installs the required dependencies for the app. In addition, you'll also need to make a config.json file and fill it out with the following values.
{
"db": "MongoDB Connection String goes here.",
"weather_api": "Weather API key goes here."
}npm run dev
npm run dev
Open another cmd prompt/terminal window
gulp start
npm start --production