8000 GitHub - dannychua/qis-ui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dannychua/qis-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + MySQL + Table population

  1. https://stackoverflow.com/questions/40347411/how-to-display-json-data-with-reactjs-in-the-table
  2. https://hackernoon.com/how-to-combine-a-nodejs-back-end-with-a-reactjs-front-end-app-ea9b24715032

Original boilerplate setup

create-react-app qis-ui && qis-ui
npm install --save bootstrap@4.0.0-beta reactstrap@next
npm install --save moment react-moment moment-timezone

Deploy

git clone https://github.com/dannychua/qis-ui && cd qis-ui

Edit config/server.js with correct password

npm install
npm run build
screen
    serve -s build -p 3000
screen
    node source/server/index.js

For updating:

git pull
npm run build
serve -s build -p 3000

Then restart the programs running inside screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0