Skip to content

Boilerplate for quick start projects based on AngularJS.

Notifications You must be signed in to change notification settings

verbart/ng-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for projects based on AngularJS

Examples of projects based on it


Contains

  • Tools
    • Browserify + Babel - for build scripts
    • Pug - for preprocessing views
    • Stylus - for preprocessing styles
    • PostCSS Autoprefixer - for adding prefixes to css properties
    • Tinypng - for optimize images
    • BrowserSync - dev-server for live-coding
    • connect-history-api-fallback - server-side router for SPA
    • Gulp 4 - for build it
  • Libs
    • AngularJS - core framework
    • AngularUI Router - for client routes
    • Twitter Bootstrap - ui framework

Developing

  1. Run npm install to install dependencies.
  2. Run npm start to start the development server.
    It should automatically open the client in your browser when ready.

Build

  • Run npm run build for create production build.

About

Boilerplate for quick start projects based on AngularJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published