Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

website

README.md

react-base-table

BaseTable website

Start

git clone https://github.com/Autodesk/react-base-table.git
cd react-base-table
cd website
yarn # install dependencies

use npm install if you don't get yarn installed

Develop

yarn start

visit http://localhost:8000 after server started, change any file in src folder and the webpage will hot reload the changes synchronously

Deploy

yarn deploy

then your changes will be automatically deployed to the Github Pages