Skip to content

Yu-AnChen/abstract-submission

 
 

Repository files navigation

Features

  1. Component style Angular 1.5.x (like ng2)
  2. Template for Angular modules and components
  3. webpack

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

demo

About

startup project for MEAN full stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • HTML 7.9%
  • CSS 1.5%