suddi.github.io is a static single-page application resumer-builder developed using React.js. It uses the Ceevee template designed by Styleshout, ported over to React.js, and follows a customized version of the JSON Resume schema to store a Curriculum Vitae in JSON format.
The site has been shown as demo React.js project on the following sites:
npm installTo run webpack-dev-server for local environment:
npm run bundle
npm startYou can view the site at http://localhost:8080.
To bundle for deployment:
npm run bundleYou can view the live site at suddi.io