This is a repo for a starter appliation for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building application
- Clone repo:
git clone github.com/derevenkoyurii/mean-meterial-starter.git
- Change into root directory:
cd mean-meterial-starter
- Run:
npm install
- Make sure MongoDB is running
- Start the API server using:
npm start
- Change into Angular app directory:
cd client
- Run:
npm install
- Start the Angular app using:
npm start
- Visit http://localhost:4200/