Service that adds a rest api on top a git repository
Перейти к файлу
billytrend 8a0b0038e5 Add docker build/publish (#2) 2019-05-16 12:09:44 -07:00
.ci Add docker build/publish (#2) 2019-05-16 12:09:44 -07:00
.vscode Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
config Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
src Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
.gitignore Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
.prettierrc.yml Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
Dockerfile Add docker build/publish (#2) 2019-05-16 12:09:44 -07:00
LICENSE Initial commit 2019-05-15 11:02:54 -07:00
README.md Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
jest.config.js Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
package-lock.json Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
package.json Add docker build/publish (#2) 2019-05-16 12:09:44 -07:00
tsconfig.json Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
tslint.json Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00

README.md

Build Status

Start

  1. Install dependencies
npm install
  1. Run
npm start           # To run once
npm start:watch     # To run and restart when there is a change

Run in vscode

Instead of npm start run npm build:watch and in vscode press F5

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.