Kartik-Ranaut / Counter-app-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React & Tailwind Counter app

Usage

  1. Clone the repository to your local machine.

    git clone https://github.com/thepranaygupta/react-tailwind-css-starter-pack.git
  2. Install the required packages.

    cd react-tailwind-css-starter-pack
    npm install
  3. Start the development server.

    npm start
  4. Open the project in your browser at http://localhost:3000 to view your project.

  5. Create your React components and add your styles using Tailwind classes. You can also create new CSS files and import them into your components.

The project is set up to use postcss-cli to process your CSS files. You can add your own tailwind.config.js file to customize your Tailwind setup.

Contributing

Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.

About


Languages

Language:JavaScript 54.0%Language:HTML 42.9%Language:CSS 3.1%