Awesome
famous-angular-starter
Starter repo for Famo.us/Angular
The master
branch is a viable seed project for Famo.us/Angular.
##Running
The easy way
- Make sure that you have npm installed
- In your terminal, run
npm install -g serve
- In your terminal, change your directory to famous-angular-starter/app
- In your terminal, run
serve
You should then be able to open the examples at http://localhost:3000
The more powerful way
- Make sure that you have npm installed
- In your terminal, run
npm install -g gulp
- In your terminal, run
npm install
to install package dependencies, including bower dependencies - In your terminal, from the famous-angular-starter base directory, run
gulp watch
You should then be able to open the examples at http://localhost:9000. The page will auto-reload when you make changes to the app.