An example project of searching books
The project is based on react-redux-saga-typescript-boilerplate of ashnamuh
- node.js >= v12
- npm >= v6.7
# install dependencies
$ npm install
# run dev server
$ npm run dev
# check eslint
$ npm run lint
# build app for production
$ npm run build
Made by ashnamuh