Admin app for Suvey-Online using NG6-starter as starting point.
Tools needed to run this app:
node
andnpm
Once you have these, install the following as globals:
npm install -g gulp karma karma-cli webpack
fork
this repoclone
your forknpm install -g gulp karma karma-cli webpack
install global cli dependenciesnpm install
to install dependencies
NG6 uses Gulp to build and launch the development environment. After you have installed all dependencies, you may run the app. Running gulp
will bundle the app with webpack
, launch a development server, and watch all files. The port will be displayed in the terminal.
This app uses a number of open source projects to work properly:
- AngularJS - HTML enhanced for web apps!
- Webpack - A bundler for javascript
- gentelella - Bootstrap 3 Admin Template
- Twitter Bootstrap - great UI boilerplate for modern web apps
- node.js - evented I/O for the backend
- Gulp - the streaming build system
- jQuery - for some reason
For more development detail see NG6-starter