Note: This serves from ../uCalAngular/dist so you must first build the front-end to be able to serve the web-app
- Install Node.js
cd server
npm install # or yarn install if you're cool
npm start # or yarn start if you're cool
Go to localhost:3000
Note: step 3 and 4 are one-time installs
- Install Node.js
cd uCalAngular
npm install -g @angular/cli # you may need sudo on *nix
npm install # or yarn start if you're cool
ng build [--prod] # creates the dist folder so you can serve, use the prod flag for performance
- Install Node.js
cd uCalAngular
npm install -g @angular/cli # you may need sudo on *nix
npm install # or yarn install if you're cool
ng serve # runs a development server
- Open
localhost:4200
Some things to know:
- The web application is set up to use a service-worker when in production, this caches resources and allows people to use the app when offline