- npm install -g @angular/cli
npm install
Create file config.json like this one:
{
"appId": "backedAppId",
"serverUrl": "http://localhost:1337/parse"
}
or reuse one coming from https://github.com/bjakubiak/overmotivator-be
For development:
ng serve