Skip to content

Latest commit

 

History

History
 
 

website

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