To start project
- install tailwind https://tailwindcss.com/docs/installation
npm install -D tailwindcss- run compile tailwind to generate
dist/output.css
npm start- to serve website as
localhost:8000
npm run serveor use Live Server Extension in VSCode to run localhost:5500