Live Demo: https://luxury-caramel-b5a890.netlify.app/
# Install dependencies npm install # Dev server npm run dev (http://localhost:5000) # Prod server npm start # Build for production npm run build