-
Install the required packages.
cd backend npm install cd frontend npm install
-
Start the development server.
cd frontend npm run dev
-
Open the project in your browser at
http://localhost:3000
to view your project. -
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.
Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.