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
- Host: GitHub
- URL: https://github.com/layrjs/crud-example-app-ts-boostr
- Owner: layrjs
- Created: 2021-03-29T01:08:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T00:14:25.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:40:53.362Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.