Skip to content

rizwan92/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rizwan Chouhan

Professional Resume CV Template in ReactJS

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