An Express + Angular starter upgraded by ES6. The Angular part is refactored to component style. Data is stored in MongoDB with Mongoose. If you haven't installed MongoDB, please follow this guide to install it.
- MongoDB
- Node version >= 0.12
Here is a list of tools using in the project :
- use babel to compile the ES6 codes(front-end) to ES5.
- use webpack to bundle the resources.
- use webpack-bootstrap to integrate bootstrap styles.
- use gulp to coordinate the tasks.
- use gulp-nodemon to integate nodemon in gulp task.
- use eslint for linting.
Here is a live demo hosted in heroku.
npm install
gulp
Live Demo- Unit Test
MIT