An open API service indexing awesome lists of open source software.

https://github.com/farhatmo/meanie

:rocket: Full Stack Framework : Node Angular 5 with material design & JWT & ngRx
https://github.com/farhatmo/meanie

Last synced: 5 months ago
JSON representation

:rocket: Full Stack Framework : Node Angular 5 with material design & JWT & ngRx

Awesome Lists containing this project

README

          

# MEANie
[![Build Status](https://travis-ci.org/weareopensource/meanjs-2.svg?branch=master)](https://travis-ci.org/weareopensource/meanjs-2)

## Presentation
[Angular Startkicker](https://github.com/weareopensource/Angular) / [Riess.js](https://github.com/weareopensource/Riess.js) combo. This project, on active developpement, aims to be the next MEAN.
![demo-stack](https://user-images.githubusercontent.com/3341461/27798612-359c59b0-6012-11e7-9efd-b999e2119515.gif)
## Prerequisites
Make sure you have installed all of the following prerequisites on your development machine:
* Git - [Download & Install Git](https://git-scm.com/downloads)
* Node.js - [Download & Install Node.js](https://nodejs.org/en/download/) or [GitHub Gist](https://gist.github.com/isaacs/579814)
## Installation
```
$ git clone --recursive https://github.com/weareopensource/MEANie.git
$ cd MEANie
$ npm i
```
## Running Your Application
### Development
* Run `npm start` for dev. Navigate to `http://localhost:4200/`.
### Production
* Run `npm run start:prod` to build your client app and start a web server on `http://localhost:4200/`
## Contributing
We welcome pull requests from the community!
## License
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE.md)