maallard / mean-lineman

MEAN Starter with Lineman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lineman build

MEAN Starter with Lineman

Angular

Requirements

Execution

Installation

git clone git@github.com:JbPasquier/mean-lineman.git
cd mean-lineman
npm install

API installation

npm run createAdmin
curl -d "email=admin@mail.com&password=12345&isAdmin=true" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://localhost:3000/

Development

npm start

Development API

nodemon --exec npm run server

Production

npm run production

forthebadge

About

MEAN Starter with Lineman


Languages

Language:JavaScript 92.6%Language:HTML 7.2%Language:CSS 0.2%