Skip to content

zonaetmunna/first_blits_app

Repository files navigation

first_blits_app

first_blits_app

Welcome to the first_blits_app Lightning 3 Blits App!

Getting started

Follow the steps below to get your Lightning 3 Blits App up and running in no time.

IDE setup

It is highly recommended to install the Blits VS-code extension which will give you template highlighting and improved autocompletion.

Project setup

Run the following command to install the dependencies of your App:

npm install

Build and run in development mode

Run your App in development mode:

npm run dev

This command uses Vite to fire up a local server, with Hot Reloading support. Visit the provided link in your web browser to see the App in action.

Build the App for production

Create an optimized and minified version of your App:

npm run build

This will create a production version of the app in the dist folder.

Resources

About

Explore project

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors