Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 2.7 KB

README.md

File metadata and controls

37 lines (19 loc) · 2.7 KB

🚀 React and Tailwind Starter Kit

Quickly set up a new React.js project with Tailwind CSS using the starter kit. The project was bootstrapped with Vite (replacing Create React App) and it uses the singlefile plugin to inline all the JavaScript and CSS files into a single minified file.

Live Demo

The Digital Inspiration website is built with the Tailwind CSS, React.js and Vite. You can test the starter kit by opening the project in StackBlitz or CodeSandbox.

Screenshot

Open in StackBlitz Open in CodeSandbox

Available npm commands

In the project directory, you can run:

npm run start

Runs the app in the development mode.

Open http://localhost:5173 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.

npm run inline

This command will inline all the JavaScript and CSS files from the production build into a single minified file.

Connect with me

The React and Tailwind CSS starter is written by Amit Agarwal.

X YouTube Google Instagram LinkedIn Stack Overflow

If you have any questions or feedback, send an email at [email protected].