Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 803 Bytes

README.md

File metadata and controls

56 lines (39 loc) · 803 Bytes

Fixly App

This repository is the frontend of the ecommerce project with Next.JS

fixly

Technologies

Principals

  • NextJS
  • React
  • Redux Toolkit

Database

  • MongoDB
  • Mongoose
  • Stripe

Other Libraries

  • Axios
  • Formik
  • React Icons
  • Styled Components
  • Tailwind
  • Swipper

Getting Started

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.