This app was created using LightningJS. It is a proof of concept to explore the LightningJS SDK and Core features, as Routing, Texture loading, Animations, Transitions, Shapes, and more.
Make sure you create a .env file containing your TMDB api key or, alternatively, provide it in the API_KEY environment variable. Example of the .env file:
API_KEY=8e88asdsad89asuaMore information about how to get the TMDB api key here.
-
Install the NPM dependencies by running
npm install -
Build the App using the webpack by runnning
npm run build -
Fire up a local webserver and open the App in a browser by running
lng serveinside the root of your project
During development you can use the watcher functionality of webpack.
npm run dev