npm install -g gulp bower foreman
- make sure you are in the robo_betty_alpha repo dir
npm install
- the .env file will go in the root directory of the app
- it will be used to store server configurations
- This .env file should never be pushed to github
gulp frontend
This will launch a server that will host your angular app. This server will solely serve your angular files. This will not run our backend. This server will also be updated when you changed one of the source files.
gulp clean
nf start web
This will only start up the backend. You can use this to quickly test API routes.
gulp build
nf start web