Timesheetz In Angular 2
Prerequisites
Node 6.x.x (node -v)
npm 3.x.x (npm -v)
Install and Run
API
cd api
npm install
npm start
Client
cd ng-client
npm install
npm start
FAQ/Troubleshooting
I'm on a different version of Node. Or, I don't want to fully commit to Node 6 on this machine.
Use nvm on Mac for Node versioning.
Use nvm-windows on Windows for Node versioning
NOTE: Usage of these packages allow for easy transitioning between node versions, but they do 'takeover' your npm directory, so you may need to redo any globally installed packages that you've installed