Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romelperez/jobsity-test
Jobsity Test
https://github.com/romelperez/jobsity-test
showcase test
Last synced: about 1 month ago
JSON representation
Jobsity Test
- Host: GitHub
- URL: https://github.com/romelperez/jobsity-test
- Owner: romelperez
- License: apache-2.0
- Created: 2017-08-05T21:40:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T22:01:56.000Z (over 7 years ago)
- Last Synced: 2024-10-13T20:44:35.989Z (3 months ago)
- Topics: showcase, test
- Language: JavaScript
- Homepage: https://romelperez-jobsity.herokuapp.com/
- Size: 170 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jobsity Test
[![prhone](https://img.shields.io/badge/prhone-project-1b38a9.svg)](http://romelperez.com)
[![Build Status](https://travis-ci.org/romelperez/jobsity-test.svg?branch=master)](https://travis-ci.org/romelperez/jobsity-test)
[![license](https://img.shields.io/github/license/romelperez/jobsity-test.svg?maxAge=2592000)](./LICENSE)- [Specifications](./SPECS.md)
- [Tasks](./TASKS.md)
- [Preview](http://romelperez-jobsity.herokuapp.com)## Setup
Requires Node.js v6+, npm v3+.
```bash
$ npm install
```## API
| Command | Description |
| :---------------------------- | :------------------------------ |
| `npm run build` | Build assets in production mode |
| `npm run test` | Run test suites |
| `npm run start:production` | Start the server in development |For development:
| Command | Description |
| :-------------------- | :------------------------------ |
| `npm run start` | Start the server in development |
| `npm run test-client` | Run client tests with watcher |
| `npm run build:watch` | Build assets with watcher |