A React app for UpLab BootCamp 2019 - React Intensive
Node version: v10.14.2
- React
- Reactstrap https://reactstrap.github.io/
- React Router (to be added)
- Apollo GraphQL Client (to be added)
- Webpack
- Babel
- ESLint
- CicleCI
- Jest
- Create an
.envfile by.env.example. You need to create an account on Imgur.com in order to get client id for image uploading. To get client id, you can create an app here https://api.imgur.com/oauth2/addclient npm i
npm run start
npm run lint
npm run lint:fix - lint with autofix
npm run test
Scripts to do version bump (semver) and CHANGELOG generation
-
npm run release:major- bumps major -
npm run release:minor- bumps minor -
npm run release:patch- bumps patch