Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhisek753/react-project-collection


https://github.com/abhisek753/react-project-collection

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        


Start



npm i redux react-redux axios react-router-dom@6

Add Tailwind



npm install -D tailwindcss
npx tailwindcss init



Replace tailwind.config.js

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}



Add in index.css
@tailwind base;
@tailwind components;
@tailwind utilities;