/Bco-poc

A Vite + React starter template.

Primary LanguageJavaScriptMIT LicenseMIT

Install dependencies:

yarn

Now, you can start a local web server by running:

yarn dev

And then open http://localhost:3000 to view it in the browser.

Available Scripts

In this project, you can run the following scripts:

Script Description
yarn run dev Runs the app in the development mode.
yarn run build Builds the app for production to the dist folder.
yarn run serve Serves the production build from the dist folder.