A basic NodeJS application using Express framework and Angular2.
- Change to project's root directory.
- Run
npm install
to download all the dependencies. - Run
npm start
to start the backend and frontend server. - Open http://localhost:3001
- The backend server runs on port 3000.
- The frontend server chooses a port dynamically. (3001 in most cases)