Skip to content

nishants/angular-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalist Web Boilerplate

with AngularJS, SCSS and Jade.

Running App

  • Open dist/index.html in browser
  • Or, run through an http server with npm
npm install
npm run start

External Depependecies

  • AngularJS(1.5.7)
  • Fontawesome(4.7.0)

Devlopment Depependecies

  • scss
  • jade
  • npm

Setup

npm install

Run Tests and Compile Source Code

npm run package

Compiled files are place in dist/ dir.

Run Tests Once

npm run test-once

Watch files and run tests

npm run test

Watch for changes and Recompile

npm run watch

This will re-compile app on any change to scss, js or jade files.

Compiled files are place in dist/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published