ti0ma / base-express-app

Basic Express+AVA+XO+Docker Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base-express-app

Basic Express + Winston + AVA + XO + Docker Boilerplate

Usage

This project is for help initializing a new API project. To start you can do the following:

  • Fork the project
  • Clone the project and:
    • change the origin to your repo
    • remove .git folder
    • or git archive
  • Download the project as zip file

Commands

  • npm start - Run the server
  • npm test - Run the linter and tests
  • npm run test:ci - Run tests with jenkins report
  • npm run lint:ci - Run lint with jenkins report

TODO

  • Create Yeoman Generator

License

Credits Docker + Config Pablo Ballester

MIT © Artem Molonosov

About

Basic Express+AVA+XO+Docker Boilerplate

License:MIT License


Languages

Language:JavaScript 100.0%