React x Typescript x TailwindCSS
- Node must be installed (PReferrably, the latest version)
- Run
npm i -g yarn
to install Yarn - Run
yarn
from the project directory to install all dependencies
- Run
yarn dev
to start the dev server
- Run
yarn build
to build the project - The built project will be in the
dist/
folder.
- Run
yarn test
to run all tests