This is the React Front End of JobReady! A simple and open-source resume builder. Remember to get the back end too : https://github.com/Job-Ready/JobReady-Back-End
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Job-Ready/JobReady-Front-End.git
- Install NPM packages
npm install
- Run the project
npm start