A tech industry company created for study and practice purposes.
- TypeScript
- ReactJS
- Vite
- Redux Toolkit
- AntDesign
- Styled-Components
- Highcharts
- Lottie for React
- Storybook
- Vitest
- Testing Library
- I18next
- I18next-react
- Fontawesome
- DateFNS
- Faker
- Eslint
- Lint-Staged
- Prettier
- Husky
yarn && yarn dev
yarn storybook
yarn test
The settings below are not mandatory but make it easier in development at Ide VsCode
- Create the
settings.jsonfile inside.vscode, with the following settings:
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true
}
}Internationalization done using i18next, if in doubt, please read the documentation I18next
dev: runs the application and starts a local server athttp://localhost:{port}/.build: generate for production.storybook: runs the stories from storybook.test: runs vitest and testing library tests.preview: generates for production and starts a local server onhttp://localhost:{port}/.lint: runs the linter on all components and pages.format: runs prettier to format all components and pages.
- Print on terminal
yarn devto getting started
- Type in terminal
yarn preview - Publish the files