A simple resume builder made with React and Redux.
- Install dependencies
npm installor if you use yarn,
yarn install- Run the development server
npm run startor with yarn,
yarn start- Build Production version
npm run buildor with yarn,
yarn build