* make react-table by reactjs following the design https://marvelapp.com/2bda7h0/screen/25314120
You can visit the deployed app, at https://trungh13.github.io/react-table/.
This repository contains the files related to the app. The master
branch contains the app's source code (the code the app's developers edit without folder build and node_modules which declared in .gitignore ), and the gh-pages
branch contains a built version of the app (i.e. the code that GitHub Pages serves to the app's visitors).
- clone react-table repository to computer on GitHub.
$ git clone https://github.com/trungh13/react-table.git
- install node_modules into this repository
cd react-table npm install
- run react-app on the localhost
npm start
trung hoang - Visit me on Github