A frontend of simple url shortener app. Built with React and TailwindCSS.
Step 1: Duplicate .env.example and rename it to .env.local
Step 2: Adjust the database setting with your own's environment
Step 3: Run npm install
npm install
Run
npm run start