Skip to content

Commit

Permalink
Readme finished
Browse files Browse the repository at this point in the history
  • Loading branch information
amrebada committed Jan 4, 2020
1 parent 59f6fef commit af2cc01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Starwars Application implemented for Prototype company task with NodeJS, ExpressJS, ReactJS, GraphQl, Apollo, JWT, REST, MongoDB.

## Demo

### Live

- server: [prototype-starwars-server](https://prototype-starwars-server.herokuapp.com/)
- front: [prototype-starwars-front.herokuapp.com](https://prototype-starwars-front.herokuapp.com/)

### Video

- Youtube : [video](https://youtu.be/p7anFPkr2lU)

## Requirements:

- ✅ Github
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postcoverage": "open-cli coverage/lcov-report/index.html",
"lint": "eslint .",
"clean": "rimraf dist",
"build": "babel src -d dist",
"build": "npm run clean && babel src -d dist",
"start": "npm run build && node dist/index.js"
},
"husky": {
Expand Down

0 comments on commit af2cc01

Please sign in to comment.