edwinanciani / angular-base

This is a base for start a project with basic configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Base Project

This single page app try to get a base to start a project with Angular.

Dependencies

  • Node
  • Sass

Install

  • $ npm install
  • $ bower install

Build & development

Run grunt serve for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.

Theme

You can administrate your theme colors how do you want in the file _variables.scss.

You can start coding your own single page app.

About

This is a base for start a project with basic configs

License:MIT License


Languages

Language:JavaScript 39.8%Language:CSS 38.4%Language:HTML 21.8%