angular2-express-mysql-typescript-seed for a head start when building your own website. This seed is ready for use, but still have a lot off faults. Angular 2 is so new that there is no real guidelines of how to set up your project. This is our example of how you can do it.
Clone the repository from github:
git clone https://github.com/Angularne/angular2-express-mysql-typescript-seed.git
Once you have the repository, download all the required modules from npm with
npm install
Run a Typescript transpiler to build the project
tsc -p client
tsc -p server
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