Admin app for Suvey-Online using NG6-starter as starting point.
Tools needed to run this app:
nodeandnpmOnce you have these, install the following as globals:
npm install -g gulp karma karma-cli webpack
forkthis repocloneyour forknpm install -g gulp karma karma-cli webpackinstall global cli dependenciesnpm installto 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