Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeylukin/cv-cards
Job Interview project
https://github.com/sergeylukin/cv-cards
Last synced: 27 days ago
JSON representation
Job Interview project
- Host: GitHub
- URL: https://github.com/sergeylukin/cv-cards
- Owner: sergeylukin
- Created: 2019-06-06T18:43:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T10:22:51.000Z (about 2 years ago)
- Last Synced: 2024-04-08T18:22:02.758Z (9 months ago)
- Language: JavaScript
- Homepage: https://cv-cards.onrender.com
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Cards
Isomorphic web app. Fetches CVs from http://hs-resume-data.herokuapp.com/ (see
`API_URL` in `next.config.js`).## Development
- Clone the repo
- Install deps
```
npm install
```- Add `.env` file:
```
API_URL=http://localhost:3333/cv-cards
```- Run mock json server
```
npm run mock
```- Run dev server
```
npm run dev
```- Visit http://localhost:3000/
## Deployment
On your deployment server run `npm install && npm run build && npm run export`
and serve the `out/` directory