A sample app which is built using AngularJS v1.7, Bootstrap v4, SCSS, HTML and JavaScript. Building tool is GulpJS and Testing framework is Karma - Jasmine.
Visit https://online-edu.github.io/ng-quicargo
- Install NodeJS
- Install any good IDE of your choice e.g. Visual Studio Code
- Launch VS Code and open this project (after either by cloning or downloading)
- Open terminal (if VS Code
Ctrl
-backtick
) - Install dependencies:
- Gulp CLI -
npm install gulp-cli -g
- App dependencies -
npm install
- Gulp CLI -
- Run the app
- Serve -
npm start
- Visit -
localhost:8080
- Serve -
- Build the app
- Build -
npm run build
- Check
./dist
folder
- Build -
- Run tests
- Test -
npm test
- Test -
- Using babel, ES6(or above) features, such as
import/export
,() =>
,...
,let/const
, etc, can be used.