Skip to content
/ ex Public

It's a demo for visualize Page Structure in PostgreSQL.

Notifications You must be signed in to change notification settings

z-wenlin/ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

It's a demo for visualize page structure in PostgreSQL. We create it as a react app and deploy it on Node.js server. For now, we are using HTML5 canvas for visulization.

Getting started

git clone [email protected]:geekbosszhang/ex.git
cd ex
npm install
npm start

Open http://localhost:3000 to view it in the browser.

Run the app in development mode

As a demo project, you can edit the src/App.js file, change the data to check the result.
Or you can edit the src/components/bufferContentViewr.js to customize it.

npm run devstart

Then the page will reload automatically if you make edits.

Deploy the app on Node.js server

To create a production build, use

npm run build

The build folder is deployed. Then run

npm start

to start a server. Open http://localhost:3000 to view it in the browser.

About

It's a demo for visualize Page Structure in PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published