jwright04 / basic-api

Basic Express/ES2015 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a basic express app

Features

  • Webpack Build Ready
  • Babel & ES2015
  • Mongoose
  • Bulk import on startup
  • Mocha for tests
  • ESlint

Install

npm install

Scripts

Start the project for development

npm run dev

Run All tests

npm test

Run ESlint

npm run lint

Remove dist and tmp

npm run clean

Build the API for production

npm run webpack

About

Basic Express/ES2015 API

License:Apache License 2.0


Languages

Language:JavaScript 100.0%