Skip to content

alexmalott/json-resume-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainability

json-resume-react-demo

A barebones JSON Resume compliant react web app.

There are some capabilities that exist outside the published schema: specifically awards supports the website field - although it's not mandatory.

Getting Started

Run the following command to install dependencies:

npm install

Then run the following to start the development web server:

npm start

Edit Resume.json with your information - if you wish to leave a section unused, simply remove it from App.js

Deploying

Run the following:

npm run-script build

The project directory should now contain a build directory. Copy the entire directory to where your webserver can find it and serve index.html

About

A barebones JSON Resume compliant react web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published