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 installRun the JSON server (http://localhost:5000)
npm run server
# or
yarn servernpm run dev
# or
yarn dev