Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 800 Bytes

Babylon 5 Starter

Based on the bundler Vite for extremely fast reloading and bundling.

Install deps npm install

In the project directory run npm install to download everything you need to start developing

npm start

To start the project run npm start from the project directory, this will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Babylon in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!