Generate Applet project
Applet includes your application code along with the signageOS JS API and creates a standardized environment for your code to run on numerous devices.
Create your Applet project with the interactive wizard:
Terminal
sos applet generate
Once Applet project is successfully created, switch to the project folder and start the coding your project.
Applet <name of the applet> created!
use: cd <name of the applet> and npm start
cd 'your-applet-name'
npm start
Console output:
Emulator with project up and running:
Project strucuture
- public
- src
.sosignore
package.json
package-lock.json
webpack.config.js