Welcome to the first_blits_app Lightning 3 Blits App!
Follow the steps below to get your Lightning 3 Blits App up and running in no time.
It is highly recommended to install the Blits VS-code extension which will give you template highlighting and improved autocompletion.
Run the following command to install the dependencies of your App:
npm installRun your App in development mode:
npm run devThis 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.
Create an optimized and minified version of your App:
npm run buildThis will create a production version of the app in the dist folder.
- Blits documentation - official documentation
- Blits Example App - a great reference to learn by example
- Blits Components - off-the-shelf, basic and performant reference components