Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 733 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 733 Bytes

ng-comp-life

This repo contains the Node back end (server). The Angular front end is located at ng-comp-life-client.

Setup

Clone the necessary repos (this repo, which contains the server, and the client repo which contains the Angular application):

git clone https://github.com/kmaida/ng-comp-life.git
cd ng-comp-life
npm install
git clone https://github.com/kmaida/ng-comp-life-client.git client
cd client
npm install

Serve

# ng-comp-life (root folder containing both server and client folders)
npm run start

Server runs on http://localhost:3005 and Angular app runs on http://localhost:4200.

License

MIT © Kim Maida 2018