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

https://github.com/davidnguyen11/resume


https://github.com/davidnguyen11/resume

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# resume

# Required

**npm**
```bash
npm i
npm start
```

**yarn**
```bash
yarn install
yarn start
```

Then open: [http://localhost:8080](http://localhost:8080)

# Test Docker

If you don't have Docker installed on your machine. You may want to check out [Docker](https://www.docker.com/).

```bash
docker build .
```

**staging**
```bash
docker run -e NODE_ENV=production -e ENV=staging -p 8080:8080
```

**production**
```bash
docker run -e NODE_ENV=production -e ENV=production -p 8080:8080
```

then open: [http://localhost:8080](http://localhost:8080)

# Technologies
- [next.js](https://github.com/zeit/next.js/)
- [Express](https://expressjs.com/)
- [styled-components](https://www.styled-components.com/)
- [react](https://reactjs.org/)
- [redux](http://redux.js.org/)
- [redux-saga](https://redux-saga.js.org/)