In this project, a complete configuration for React and TypeScript has been done, which you can do after cloning your personalization project on the configured files. The following horoscope configuration has been created:
- Webpack 5
- ESLint
- Prettier
- TSConfig
Install the dependencies and devDependencies:
$ yarn
$ npm install
Start dev server:
$ yarn start
$ npm run start