This template to be used for frontend applications. As opposed to the previous one written in Vue, this one uses React and Tailwind CSS.
- Install dependencies with
yarn
- Run the server with
yarn start
yarn start
— runs the app in the development modeyarn build
— builds the app for production to thedocs
folder