Angular Startkicker / Riess.js combo. This project, on active developpement, aims to be the next MEAN.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git
- Node.js - Download & Install Node.js or GitHub Gist
$ git clone --recursive https://github.com/weareopensource/MEANie.git
$ cd MEANie
$ npm i
- Run
npm start
for dev. Navigate tohttp://localhost:4200/
.
- Run
npm run start:prod
to build your client app and start a web server onhttp://localhost:4200/
We welcome pull requests from the community!