This project was generated with Angular CLI version 8.3.10.
Clone the repository or download the .zip.
Run npm install
to get the node_modules folder.
Rename or duplicate then rename the .env.example
file to .env
and remplace YourFoursquareClientID
and YourFoursquareClientSecret
by your credentials.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run node app
to run the Node.js server on a different terminal, api is accessible at http://localhost:8080/api/restaurants/get
.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.