This is the frontend React + Tailwind project for Meeyok Chat project, a final project of Computer Network class.
- Clone the repository
- Install dependencies with
npm install(may have to use--legacy-peer-depsif peer dependency issue exists) - Start the development server with
npm run dev
- Clone the repository
- Install dependencies with
npm install - Start the development server with
npm run dev - Open http://localhost:3000 with your browser to see the result
npm run dev: starts the development servernpm run build: builds the application for productionnpm run start: starts the production servernpm run lint: runs the linternpm run generate: to generate api typings from Meeyok Swagger documentation
- React
- Tailwind CSS
- Next.js
- TypeScript