You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install
npm i json-server
npm i react-router-dom
npm i -D tailwindcss@latest postcss@latest autoprefixer@latest postcss-cli@latest
npx tailwind init tailwind.js --full
npm i @headlessui/react
npm i react-icons
Run React dev server
npm run start
Setup its routing for netlify deployment
Create a file in the root directory called _redirects
Copy this inside the_redirects file:
# Redirect with a 301
/* /index.html 200
Add this line to the build script line in package.json
&& cp _redirects build/_redirects