Skip to content

zmyzheng/Mean-Stack-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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