- React
- TypeScript
- Konva
- Effector state manager
- Chakra UI
- Feature sliced design methodology
- ESLint
Install dependencies using Yarn or NPM or PNPM (Node version: 14.17.0):
# using pnpm
pnpm install
# or using yarn
yarn install
# or using npm
npm installTo develop and run your web application, you need to run following command :
yarn start