AngularJS Web Application
- HTML5, CSS, JS, Bootstrap: frone-end
- AngularJs framework
- Gulpjs: automation
Open bash or cmd and direct to conFusion folder then
- install dependencies
npm install
- run json server
json-server .\json-server\db.json
- serve with hot reload at localhost:3001
gulp watch
[MIT License].