Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 600 Bytes

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 v14 or newer installed.
  • Make sure you have Boostr installed as it is used to manage the development environment.

Installation

Install all the npm dependencies with the following command:

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.