Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 332 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 332 Bytes

To Run Dev Server -

npm run dev

or

yarn dev

To Build -

npm run build

or

yarn build

To Build and Export -

npm run export

or

yarn export