Myystigri / test-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Starter kit

Backend : Babel es2015

Frontend : es2015 native

MongoDB Express Angular NodeJS

Requirements

Execution

Installation

git clone git@github.com: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


Languages

Language:JavaScript 64.5%Language:HTML 33.3%Language:CSS 2.2%