Skip to content

topdeveloppement/mean-starter-es6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Starter kit

Backend : Babel es2015

Frontend : es2015 native

MongoDB Express Angular NodeJS

Requirements

Auto-install

Bash script for Ubuntu & OSX

Execution

Installation

git clone [email protected]:JbPasquier/mean-starter-es6.git
cd mean-starter-es6
npm install
bower install

Development

nodemon --exec npm start

Production

SECRET_TOKEN='secretToken' MONGODB_URI='mongodb://localhost:27017/mean-starter-es6' npm start

About

MEAN Starter kit in es6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • HTML 25.4%
  • CSS 1.3%