Skip to content

It is my personal portfolio website made using React Js, tailwind css etc consisting of animations used by Framer motion and aos library,

Notifications You must be signed in to change notification settings

Panchalparth471/Zynox-The-Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zynox-The-Dev

React & Tailwind CSS Starter Pack

This is a starter pack for creating React projects with Tailwind CSS configured. It uses React version 18.2 and Tailwind CSS version 3.2.

Usage

This starter pack includes a basic setup for using Tailwind CSS with React. To start building your own components and styles, follow these steps:

  1. Clone the repository to your local machine.

    git clone https://github.com/Panchalparth471/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:https://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.

Sreenshots