An example showing how to build a simple CRUD app with Layr, Boostr, and TypeScript.
- Make sure your have a Node.js v14 or newer installed.
- Make sure you have Boostr installed as it is used to manage the development environment.
Install all the npm dependencies with the following command:
boostr install
Start the development environment with the following command:
boostr start
The app should be available at http://localhost:16287.