This project was started with Create React App and includes TailwindCSS and React Icons
To install this boilerplate just type in your terminal :
npx degit https://github.com/kevinjouret/boilerplate-react-tailwind.git
In the src
folder, you can find the assets
, components
and styles
folders.
This one contains the files output.css
(don't modify ! ā) and the file tailwind.css
(of course you can modify it ! š).
In the project directory, you can run:
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed !
See the section about deployment for more information.
You can learn more in the Create React App documentation.
š¹ To learn React, check out the React documentation.
š¹ To learn TailwindCSS, check out the TailwindCSS documentation.
š A cheatsheet is available to help you use TailwindCSS.
š¹ To learn how to use React Icons, check out the React Icons documentation.