Table of Contents generated with DocToc
The main purpose of this app is to show how webpack can be used in order to build a modern web app. In this case we are using the MEAN stack.
This repository can also be used as a boilerplate to start new projects on. (May move to a separate repository). For now it can be accessed in the boilerplate
branch.
In order to run this app on your local machine you'll need to do the following:
- Clone this repository.
cd
into themeanTodo
.- Run
npm install
. - Run
npm run dev
- Open your browser of choice to
http://localhost:8080
. - Enjoy and learn.