Frontend for type slack
- React
- Reach Router
- Axios
- Clone the repo and cd inside
- Install Yarn
- Run just
yarnoryarn installto install deps. yarn startto run the dev serveryarn format/yarn lintto format and lint.yarn buildto 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