List of the templates I use all the time
- 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 thedocsfolderyarn lint— checks if the code is linted and formattedyarn generate-css-types— generates the CSS types fortailwind-cssyarn update— builds the code and pushes it to git remote