A starter seed for webdevelopment using Typescript on both client and server.
- Clone the repository from github using
git:
git clone https://github.com/Tollefsen/angular2-express-seed.git
cd angular2-express-seed- Install dependencies whith
npm, this will also build the project
npm install- To run the server, start the server.js file with node
npm start- Use your favorite browser to access your new website at localhost:3000