- [ReactJS]
- [Redux Toolkit]
- [TypeScript]
- [Webpack]
- [Sass/Module]
- [Jest]
- [Babel]
Project requires Node.js v17.4.0 + to run.
Install the dependencies and devDependencies and start the server.
npm iOpen your favorite Terminal and run these commands.
npm startFor production release:
npm run build:prodFor development release:
npm run build:devCheck files:
npm run eslint:tsFix files:
npm run eslint:ts:fixCheck .scss files:
npm run lint:scssFix .scss files:
npm run lint:scss:fixStart Unit tests:
npm run unit