https://github.com/davidnguyen11/resume
https://github.com/davidnguyen11/resume
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidnguyen11/resume
- Owner: davidnguyen11
- Created: 2018-11-10T11:30:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T01:43:58.000Z (over 5 years ago)
- Last Synced: 2025-02-08T15:34:05.025Z (5 months ago)
- Language: JavaScript
- Size: 394 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/)