- Clone the repository
- Install the dependencies
- Run the server
- Open the browser and go to
localhost:3000
reactjs-ts-tailwind
requiresnode
andyarn
to be installed on your system.
- Run
yarn
to install the dependencies.- Run
yarn start
to start the server.- Open the browser and go to
localhost:3000