Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 466 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 466 Bytes

angular-seed

Seed project for angular apps using angular 1.5.x, gulp and twitter bootstrap 3.

Getting Started

To get you started you can simply clone the angular-seed repository and install the dependencies.

Clone angular-seed

git clone https://github.com/martinbilek/angular-seed.git
cd angular-seed

Install Dependencies

npm install

Run the Application

npm start

Now browse to the app at http://localhost:8080/.