Skip to content

timwis/handsontable-postgrest

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Handsontable PostgREST

An excel-like database table editor using Handsontable and PostgREST

Installation

Clone the repository and install dependencies via npm install

Development

This project uses webpack for compilation of assets. Run npm start to watch/recompile/live-reload assets and use http://localhost:8080/webpack-dev-server/ to view it. Run npm test to run the linter and tests.

To build the application for production, use npm run build. To build and deploy the application, ensure deploy.sh has execute permissions (chmod +x deploy.sh) and use npm run deploy

About

An excel-like database table editor using Handsontable + PostgREST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published