Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 886 Bytes

File metadata and controls

41 lines (26 loc) · 886 Bytes

AngularJS Boilerplate

AngularJS Component based boilerplate for best practice

Technologies I have used in this project

  1. Angular 1.x (JS MV* Framework)
  2. Express JS (Middleware of the app)
  3. Node JS (Runtime Environment)
  4. Bootstrap (Frontend Framework)

For your info, To run the angular app on your machine,

You need to follow the below simple steps.

Step 1: Clone the project first. To clone use the below comment

 $ git clone https://github.com/PraveenJP/AngularJS-Boilerplate.git

Step 2: Next step Install the all required node packages using below comment

 $ npm install

Step 3: Finally run the app.

  $ npm start 

If any suggestion or doubts please let me know via below email.

Email: praveen.josephmasilamani@outlook.com


Happy Coding. :)