ng2aliseed
v1.0.3
Published
Angular 2 Seed Project
Readme
README
Steps set up Angular 2.0 project and starting localhost.
What is this repository for?
- Angular 2.1.1 Seed
How do I get set up?
You must have nodejs and npm installed on you system.
For installing/upgrading node on windows PC check https://logichunter.wordpress.com/2016/10/27/installingupgrading-node-npm/*
npm install ng2seed
open node_modules/ng2aliseed folder and copy all files and paste in you new empty folder
Delete package.json and rename pack.json to package.json
npm install (from node prompt, current directory should be you project directory)
npm start (it will compile and run your angular 2 project and open the browser )
