- Webpack 4+
- Babel
- HTML and CSS generated automatically by webpack
- React 16+ with Hooks
- Redux Saga
- Preprocessor Sass
- Eslint (Airbnb)
- Prettier
- Husky with
pre-commit
- Typescript
- Node.js
>=
v12.16.1;
- Clone this repository:
git clone git@github.com:luanribeiros/kaizen.git
; - Remove
.git
directory; - Install dependencies:
yarn
(ornpm install
); - Run yarn
(or
npm start) to develop on
http://localhost:3000` - Run
yarn build
(ornpm run build
) for production build (files will be generated onbuild-prod
directory)
MIT © Luan Ribeiro