Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 300 Bytes

How to run this project ?

  1. First, install the dependencies's project by runing:
npm i
# or
yarn
  1. Second, run the project on local devolpement server:
npm run dev
# or
yarn dev

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