This is a project with some feature of e-commerce site build by NextJs. It includes the React Material UI as well as JSON-server for our mock backend
npm install
# or
yarn install
Run the JSON server (http://localhost:5000)
npm run server
# or
yarn server
npm run dev
# or
yarn dev