Welcome to the InfrontJS examples page
Browse through the examples below. They are as basic and simple as possible. Each example showcases certain aspects of the InfrontJS concepts.
Examples
Click on the examples below to run them. Missing an example or encounter a bug? Just let us know!
Most Minimal
Example #01The very first example shows the most minimal InfrontJS application. It's a shameless plug ;-)
ToDo App
Example #02The "ToDo" app seems to be the new "Hello World" of every modern framework. Here is the InfrontJS version.
View & Templates
Example #03Learn how to use the view class to render ejs compatible templates.
States & Routes
Example #04Made-up example demonstrating the core concepts of InfrontJS' States and Routes.