A modern Structure for Building Apps on the MEAN stack
The Modern Mean Stack is a boilerplate project birthed of the idea that Creating apps off the MEAN stack should be done in a way as modern as possible.
- Angular Cli Project
- Hot module reload via Hmr Module
- Well-Structure express based backend architecture
- Webpack 2( soon to be updated
To install the stack,
- clone the project https://github.com/Mozartted/Modern-Mean-Stack
- run the yarn command to install dependencies.
// run the yarn command to install all dependencies
$ yarn
- to serve run
$ gulp serve
- Update Project with Webpack 3
- Restructure Hot Module reload
- Clean up on Passport Authentication
- rebuild intro Angular Component.
- write License md
- Chibuike Emmanuel Osita - Mozartted
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc