Skip to content

Commit

Permalink
README demo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeJasmin committed Sep 1, 2018
1 parent e4919d8 commit ab4c9f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ReactTable HOC fixed columns - Beta
ReactTable HOC fixed columns
---

Higher Order Components for [ReactTable](https://react-table.js.org). It make possible to fixed one or more columns on the left and/or on the right. It use `position: sticky` for recent browsers, and [fallback for legacy browser](#legacy-browsers).
Expand Down Expand Up @@ -160,5 +160,5 @@ Follow these steps to get started developing :
* `git clone https://github.com/guillaumejasmin/react-table-hoc-fixed-columns.git`
* `npm install`
* `npm run lib:watch` - Transpile the `src/lib` folder in watch mode
* `npm run docs` - start a development server with the demo website based on the `src/docs` folder.
* Go to http://127.0.0.1:8989 to see the demo in action. Whenever you change the code in either src/lib or src/docs, the page will automatically update.
* `npm run demo` - start a development server with the demo website based on the `src/demo` folder.
* Go to http://127.0.0.1:8080 to see the demo in action. Whenever you change the code in either src/lib or src/demo, the page will automatically update.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ module.exports = {
},
devServer: {
contentBase: path.join(__dirname, "demo"),
port: 8989
port: 8080
}
};

0 comments on commit ab4c9f7

Please sign in to comment.