Skip to content

banhaclong20/restaurant-inventory-management

Repository files navigation

Pre-requisites

  1. Node.js or nvm installed.
  2. yarn installed.

Getting Started

  1. After cloning the project, run this command: yarn or yarn install

  2. Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/lib/pages/index.tsx. The page auto-updates as you edit the file.

How to Run e2e Test (in local machine)

  1. Build production with yarn build, then run the production build using yarn start.
  2. Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with yarn test:e2e.

References:

Releases

No releases published

Packages

No packages published