https://github.com/anasaito/nemera-dash-new
https://github.com/anasaito/nemera-dash-new
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anasaito/nemera-dash-new
- Owner: AnasAito
- License: mit
- Created: 2022-11-21T15:30:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T15:30:47.000Z (over 2 years ago)
- Last Synced: 2025-02-10T13:44:12.863Z (3 months ago)
- Language: CSS
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 React with Tailwind CSS
Learn how to quickly set up a React project with the Tailwind CSS framework using the [starter kit](https://github.com/labnol/react-tailwind). The project was bootstrapped with Create React App and it uses PurgeCSS to remove all the unused CSS classes from the production build.
## Live Demo
The [Digital Inspiration](https://digitalinspiration.com/) website is built with the Tailwind CSS, React.js and Gatsby.
[CodeSandbox](https://codesandbox.io/s/github/labnol/react-tailwind) | [Glitch](https://glitch.com/edit/#!/remix/react-tailwindcss) | [Vercel](https://csb-ggfl7-ipit3clvr.vercel.app/)
### Available npm scripts
In the project directory, you can run:
### `npm run 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. You will also see any lint errors in the console.
### `npm run build`
Builds the React 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!
### `npm run inline`
This command uses `Gulp` to inline all the JavaScript and CSS files from the production build into a single minified file.
### 📧 Contact
The React and Tailwind CSS starter is written by [Amit Agarwal](https://www.labnol.org/about). It is now updated to support Tailwind CSS v2.0.
If you have any questions or feedback, send an email at [[email protected]](mailto:[email protected]?subject=Tailwind+React).