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