An open API service indexing awesome lists of open source software.

https://github.com/layrjs/crud-example-app-ts-boostr

An example showing how to build a simple CRUD app with Layr, Boostr, and TypeScript
https://github.com/layrjs/crud-example-app-ts-boostr

Last synced: 4 months ago
JSON representation

An example showing how to build a simple CRUD app with Layr, Boostr, and TypeScript

Awesome Lists containing this project

README

        

# crud-example-app-ts-boostr

An example showing how to build a simple CRUD app with Layr, Boostr, and TypeScript.

## Prerequisites

- Make sure your have a [Node.js](https://nodejs.org/) v14 or newer installed.
- Make sure you have [Boostr](https://boostr.dev/) installed as it is used to manage the development environment.

## Installation

Install all the npm dependencies with the following command:

```sh
boostr install
```

## Running the app in development mode

Start the development environment with the following command:

```
boostr start
```

The app should be available at http://localhost:16287.