The AngularJS' scaffolding tool for single page websites.
This project is an application skeleton for a typical AngularJS web app. You can use it to quickly bootstrap your angular webapp projects and dev environment for these projects.
Scaffolar contains a sample AngularJS application and is preconfigured to install the Angular framework and a bunch of development and testing tools for instant web development gratification.
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Bower (
npm install --global bower
) - Gulp (
npm install --global gulp
)
-
Run
npm install
to install node dependencies. -
Run
bower install
to install front-end dependencies. -
Run
gulp serve
to start the development server. It should automatically open the client in your browser when ready.
Run grunt build
for building or grunt build:serve
for building and preview.
Christiam Mena