MrDrannoc / pendu

Exercice du pendu avec meanstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Starter kit

forthebadge

Backend : Babel es2015

Frontend : es2015 native

MongoDB Express Angular NodeJS

Requirements

Auto-install

Bash script for Ubuntu & OSX

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

Exercice du pendu avec meanstack


Languages

Language:JavaScript 63.0%Language:HTML 34.0%Language:CSS 3.0%