Skip to content

chunyenHuang/MEAN-startup

Repository files navigation

GetStarted

Install NPM

npm run global && npm install

BackEnd Development

touch .env.file

    PORT=3000
    NODE_ENV=development
    MONGODB_URI=mongodb://localhost/myDB
    MONGOLAB_URI=mongodb://localhost/myDB

FrontEnd only

npm run dev:front:only

FrontEnd with RestApi

npm run dev:front

BackEnd

npm run dev:back

Production

npm run dist:front

About

startup project for MEAN full stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published