Frontend for type slack
- React
- Reach Router
- Axios
- Clone the repo and cd inside
- Install Yarn
- Run just
yarn
oryarn install
to install deps. yarn start
to run the dev serveryarn format
/yarn lint
to format and lint.yarn build
to do a production build.
- Setup prettier with your IDE so its easier for you as you code
- Make sure no linting warnings/errors are there before you commit
- If there are any linting warnings/errors commit will abort