Which is the best scaffolding for an angular 1x Admin project?
Asked
Active
Viewed 36 times
-3
-
You can refer this https://medium.com/bitmaker-software/scaffolding-a-new-angularjs-project-db01151f16e0 – Sakshi Garg Mar 26 '18 at 18:08
1 Answers
-1
https://github.com/SwiftySpartan/Angular-1.5-cli
This should satisfy what you're looking for.
Per the review tag below: What you're looking for is something like Angular CLI. However Angular CLI is only compatible with Angular. If you search on GitHub you can probably find several scaffolding and/or client tool. Or you could write your own with something like webpack, Grunt, or Gulp or a tool of your choosing.
The Angular CLI is a pretty useful client for Angular projects. Doing something like this isn't terribly difficult. It is just finding what fits your needs the best, hence writing your own.

Dylan Wright
- 1,118
- 12
- 19