Skip to content

fhidal01/where-to-go

Repository files navigation

Build Status

Where To Go (Desicions made simple)

You can find project full documentation here

Prerequisites

  • Node version: 8.12.0
  • NPM version: 6.4.1
  • Angular CLI: 7.0.3
  • Firebase tools CLI: 6.0.0
  • Typescript version: 3.2.2

Install

After cloning project and ensuring all prerequisites are met navigate to the root directory of the project and run npm install

  cd projects/where_to_go
  npm install

Note: If you run into any errors at this point you may need to run npm with sudo

  sudo npm install

Build (local development)

UI
At root level of project 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.

  ng build

OR

  ng build --prod

GCP Cloud Functions
Navigate to the functions directory and run npm run build to build the cloud functions. The build artifacts will be stored in the functions/lib directory.

  cd ./functions
  npm run build

Make sure you have typescript installed in your functions folder if you do not, navigate to your functions folder and run...

npm install

Server (local development)

UI
At root level of project 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.

  ng serve

GCP Cloud Functions
Navigate to the functions directory and run npm run build to build the cloud functions. The build artifacts will be stored in the functions/lib directory.

  cd ./functions
  npm run build
  firebase serve --only functions

Note: If you run into any errors at this point you may need to run with sudo

  sudo firebase serve --only functions

------------- Ignore instructions below for now -------------

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Where to go web app, decisions made simple.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published