Skip to content

raphaelhovsepyan/angular1-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS REPO IS ABANDONED AND OUTDATED ⚠️

angular1-boilerplate

Boilerplate for angular webapp.

Requirements

  • node
  • npm
  • gulp

Quick start

git clone https://github.com/raphaelhovsepyan/angular1-boilerplate.git
npm install
gulp

Configure build-script

modify config.json file

{
	"style-preprocessor" : "sass", // choose `less` or `sass`, default sass
	"http-server-port"   : "8080"  // default 8080
}