This project was bootstrapped by Starbase v4.
To get started, ensure you are using a compatible version of Node, then install the project dependencies:
nvm use
npm installReference .nvmrc (used by nvm) for the suggested version of Node.
After running npm run dev in the project root, src will be served at http://localhost:3000. Any changes made to code in src will trigger recompilation of the project and refresh the page in your browser.
npm run devRun npm run build in the project root to run a production build.
Production builds compile & minify your assets into /dist for distribution and/or integration into whatever codebase you'll be using these assets in.
npm run build