React&TypeScript boilerplate using Recoil, Emotion. It was built using webpack and babel without CRA.
- Recoil
- Emotion
- React & TypeScript
- Webpack & Babel
- ESLint & Prettier
- Jest & React Testing Library
- Husky & Lint-Staged
$ npx degit https://github.com/telbby/react-recoil-emotion-boilerplate <project name>
$ cd <project name>
$ yarn install
Webpack dev server runs at localhost:8080
.
$ yarn dev
Build outputs are created in build
.
$ yarn build
The test environment was built using the jest and react testing library.
$ yarn test
$ yarn test:watch
$ yarn test:coverage
It uses eslint and pretier and follows the rules of airbnb.
$ yarn lint
$ yarn lint:fix
$ yarn prettier:write