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

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

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.

![gresume](https://raw.githubusercontent.com/gndx/GResume/master/screenshot.png)

* 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
```