/Mean-Stack-Application

Simple MEAN stack application, visit:

Primary LanguageTypeScript

Mean-Stack-Application

MEAN2: The Full Stack Javascript Framework.

This is a simple MEAN2 Stack Application Demo, which realizes user management (sign up / sign in / log out) and message management for each user (CRUD: create, read, update, delete)

Visit this application:

https://mean-stack-deployment.herokuapp.com/

MEAN2 started out as a combination of

Run it

Go to MeanFrontend directory,

$ npm install
$ ng build

Copy the files in MeanFrontend/dist to MeanBackend/public

$ npm install
$ npm start

Deployment