0.0.9 • Published 5 years ago
@jhderojas/topublish v0.0.9
toPublish
com.jhderojas.toPublish
Getting started
Before you follow the steps below, make sure you have the Lightning-CLI installed globally only your system
npm install -g WebPlatformForEmbedded/Lightning-CLIRunning the App
Install the NPM dependencies by running
npm installBuild the App using the Lightning-CLI by running
lng buildinside the root of your projectFire up a local webserver and open the App in a browser by running
lng serveinside the root of your project
Developing the App
During development you can use the watcher functionality of the Lightning-CLI.
- use
lng watchto automatically rebuild your App whenever you make a change in thesrcorstaticfolder - use
lng devto start the watcher and run a local webserver / open the App in a browser at the same time
Documentation
Use lng docs to open up the Lightning-SDK documentation.