First, install dependancies:
npm i or npm install
# or
yarn installSecond, run your local server:
npm run dev
# or
yarn startOpen http://localhost:3000 with your browser to see the result.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
First, install dependancies:
npm i or npm install
# or
yarn installSecond, run your local server:
npm run dev
# or
yarn startOpen http://localhost:3000 with your browser to see the result.