This project was bootstrapped with Create React App.
The goal of this repo is to provide a starter template for a React project using Tailwind CSS, React Router, and Prettier. It includes some components and pages to get started, as well as a light / dark theme toggler.
Once you clone this repo, you can use a Favicon Generator (not affiliated) to replace what's in the current /public/favicon
directory. Also replace the primary color listed in /public/index.html
and tailwind.config.js
. Also replace the site title and description in /public/index.html
, the primary font in tailwind.config.js
, and the imported font in /src/index.css
. Happy hacking!
In the project directory, you can run:
Starts an on-change listener to run Prettier code styler against your code to keep it formatted.
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.
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!