https://github.com/gndx/gresume-react
Professional Resume CV Template in ReactJS
https://github.com/gndx/gresume-react
javascript reactjs
Last synced: about 1 year ago
JSON representation
Professional Resume CV Template in ReactJS
- Host: GitHub
- URL: https://github.com/gndx/gresume-react
- Owner: gndx
- License: mit
- Created: 2017-06-10T04:07:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T17:27:31.000Z (over 7 years ago)
- Last Synced: 2025-04-15T12:11:36.280Z (about 1 year ago)
- Topics: javascript, reactjs
- Language: JavaScript
- Size: 16.6 KB
- Stars: 31
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gresume-react
Professional Resume CV Template in ReactJS
GResume is a HTML free template to create a minimalist professional resume. Made in html5 and css3 with a responsive design.

* Click here to use the [Live Demo](http://dev.gndx.co/gresume-react/)
### Install Dependencies
```
npm install
```
### Compile Stylus (CSS)
Command to compile stylus:
```
npm run stylus
```
### Starting the Server
Run the next command to launch the development server.
```
npm start
```
### Building for Production
To build an optimized bundle, run
```
npm run build
```