Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 496 Bytes

File metadata and controls

25 lines (16 loc) · 496 Bytes

Migrate from Handsontable to Bryntum Grid - backend

This is a basic Express.js backend application.

Getting started

First, install the dependencies: Express.js, sqlite3, sequelize, and nodemon by running the following command:

npm install

Seed the database with the example data in the example-data folder:

npm run seed

Run the local development server using the following command:

npm run dev

The server will listen on localhost port 1337.