Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 417 Bytes

Simple AngularJS Project

This is a basic AngularJS project created with Yeoman. It can be used to make simple tests with AngularJs. The project already includes Bootstrap and Sass.

How To Use It

Just clone this repository wherever you want and run the following commands:

npm install
bower install
grunt server

A simple Yeoman webapp should appear on localhost:9000