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
- Host: GitHub
- URL: https://github.com/andreialecu/deployd-seed
- Owner: andreialecu
- Created: 2018-01-18T15:52:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T16:01:23.000Z (over 8 years ago)
- Last Synced: 2025-03-15T14:07:11.954Z (over 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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