Frontend Project with Typescript, Redux Toolkit, React Hook Form and Material UI.
aha-sunnykan-ex2.herokuapp.com
brew install nvm
nvm install v17.4.0
npm install --global yarn
Install NPM packages:
yarn install
To start the application in the development mode run:
yarn start
To build the application for production, run:
yarn build
Running the script yarn format
will format the code style of all TypeScript files as per Airbnb Code Style
The script yarn lint
will run linter in the project. If any code standards or styles are not met in code, it will
display the errors or warnings.