https://github.com/layrjs/crud-example-app-js-boostr
An example showing how to build a simple CRUD app with Layr and Boostr
https://github.com/layrjs/crud-example-app-js-boostr
Last synced: 4 months ago
JSON representation
An example showing how to build a simple CRUD app with Layr and Boostr
- Host: GitHub
- URL: https://github.com/layrjs/crud-example-app-js-boostr
- Owner: layrjs
- Created: 2021-08-07T07:51:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T02:16:04.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:40:55.816Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crud-example-app-js-boostr
An example showing how to build a simple CRUD app with Layr and Boostr.
## 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.