Hello Enact!

Introduction

Before you begin this tutorial, make sure you have created a new Enact project. See Enact Development Setup for more information. You can delete src/views/MainPanel.js as it will not be used in the tutorial example.

Now comes the exciting part! We’re actually going to write some code and, maybe, learn a few things along the way. We’re going to break down the app into four parts. They are:

  1. The Basics
  2. Adding CSS
  3. Introducing kind()
  4. Adding Sandstone Support

(Don’t worry, you can just start at step 1. You don’t have to come back here. Each page has a link to the next section at the bottom.)

Next: The Basics