Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 424 Bytes

Ovee starter

To scaffold the project use this commands:

npx degit owlsdepartment/ovee-starter my-project

cd my-project
# install dependencies
yarn
# and run it!
yarn dev # or serve

Tips

  • You can replace yarn with npm, but remember to delete yarn.lock as it is not recommended to keep them both.
  • jsconfig.json is only for VS Code compatibility. Feel free to delete it, if you don't need it