Get going with Eager!
This is our example app with the latest JavaScript and CSS features.
Download this app and replace our code any time you want to build an Eager app.
Looking for a simpler setup? Check out our vanilla example app!
Fork and clone the repo or download the latest release.
Install the dependencies with npm install
npm run watch:js
Watch for JavaScript changes and compile them.npm run watch:css
Watch for CSS changes and compile them.npm run lint
Check your JavaScript for errors and stylistic recommendations.npm run build
Compiles your JavaScript and CSS once for release.
This is where the magic happens. Your app starts here.
Styles for your app.
This is where all the installer options are added for the app.
Syntax can be tricky, so be sure to double check it.
An icon template for your app.
- The Eager developer documentation for examples and API usage.
- The Eager community forums for a personal touch.