#Single-Page Application with AngularJS
This is a Single-page application framework with Angular.js and Gulp Tasks.
- Make sure you have node.js and git installed on your machine.
- Clone this into your local machine using the terminal (mac) or Gitbash (PC)
> git clone https://github.com/stphn/SPA-angularJS.git - CD to the folder
cd spa-angularjs - Run
> npm-installto install the project dependencies - Install gulp.js via the Mac terminal or Gitbash on a PC
> npm install -g gulp - Run the Gulp command
> gulp serve - You are done!
- Automate for Production
- Add demo HTML + CSS
- ??