Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 274 Bytes

File metadata and controls

33 lines (22 loc) · 274 Bytes

Angular JS - Barebones

Install

npm i

Build requirements

You will need browserify to build the project :

npm i -g browserify

Build

npm run build

Build and run

npm run run

Run

npm start