@lightningjs/create-blits
v1.2.0
Published
Create a new Lightning 3 Blits App
Downloads
129
Keywords
Readme
Create a new Blits App
The recommended way to start a new Lightning 3 project
Usage
In order to create a new L3 Blits App, all you need to do is run the following command in your terminal or command prompt:
npm create @lightningjs/app
You will be guided through a short series of questions to generate a new project with all the boilerplate code you need to start building your own Lightning 3 App.
Once you're done, navigate to the newly create project folder, run npm install
and npm run dev
to see your fresh Lightning 3 Blits App in action.