- NextJS
- React
- Redux Toolkit
- MongoDB
- Mongoose
- Stripe
- Axios
- Formik
- React Icons
- Styled Components
- Tailwind
- Swipper
First, rebuild node_modules:
npm installSecond, run the development server:
npm run dev
# or
yarn devFor production server
npm run start
# or
yarn startOpen http://localhost:3000 with your browser to see the result.
