Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 648 Bytes

File metadata and controls

33 lines (24 loc) · 648 Bytes

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

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