An open API service indexing awesome lists of open source software.

https://github.com/andreialecu/deployd-seed

Simple starter project using deployd. Includes karma tests
https://github.com/andreialecu/deployd-seed

Last synced: about 1 month ago
JSON representation

Simple starter project using deployd. Includes karma tests

Awesome Lists containing this project

README

          

## deployd-seed

A simple starter project for creating deployd API applications.

### Usage
- Clone or fork this repository
- Make sure you have [node.js](https://nodejs.org/) installed version 5+
- Make sure you have [yarn](https://yarnpkg.com/) installed version 1+
- run `yarn` to install dependencies
- run `yarn run dev` to fire up dev server
- open browser to [`http://localhost:9000/dashboard`](http://localhost:9000/dashboard)
- if you want to use another port, open `package.json` file and change the port in the `dev` script

- write your tests in `tests/*.tests.js`
- run `yarn test` to run tests