Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 274 Bytes

Initialization

Install all dependencies with:

npm install

Dev server

Run the development server:

npm run dev

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

Build

Run :

npm run build

App will build in public dir.