Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 887 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 887 Bytes

Timesheetz In Angular 2

build status

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