Skip to content

Frontend of the project fullstack of a ecommerce, implementation with react and redux toolkit.

License

Notifications You must be signed in to change notification settings

edgarmtdev/fixly-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.