Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.41 KB

Modern Mean Stack

A modern Structure for Building Apps on the MEAN stack



Introduction

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.

Integrations and Tools

  • Angular Cli Project
  • Hot module reload via Hmr Module
  • Well-Structure express based backend architecture
  • Webpack 2( soon to be updated

Installation

To install the stack,

// run the yarn command to install all dependencies
$ yarn
  • to serve run
$ gulp serve

Todos

  • Update Project with Webpack 3
  • Restructure Hot Module reload
  • Clean up on Passport Authentication
  • rebuild intro Angular Component.
  • write License md

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc