Skip to content

bryntum/handsontable-migration-bryntum-grid-backend-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%