/scaffolar2

The AngularJS' scaffolding tool for single page websites.

Primary LanguageJavaScriptMIT LicenseMIT

Scaffolar 2

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.

Getting Started

Prerequisites

Developing

  1. Run npm install to install node dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run grunt build for building or grunt build:serve for building and preview.

Christiam Mena