Skip to content

uidoyen/create-react-app-tailwindcss

Repository files navigation

Create React App & Tailwind CSS

Live Demo

Installation

Clone the repo

$ https://github.com/uidoyen/create-react-app-tailwindcss.git

cd in the repo

$ cd create-react-app-tailwindcss

install dependencies

$ npm install

or yarn

$ yarn install

run application

$ npm start

or yarn

$ yarn start

build application

$ npm build

or yarn

$ yarn build

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

This project was bootstrapped with Create React App.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify