https://github.com/dev-ashishk/react-table-with-filters
https://github.com/dev-ashishk/react-table-with-filters
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-ashishk/react-table-with-filters
- Owner: dev-ashishk
- Created: 2020-11-26T21:07:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T22:33:28.000Z (over 5 years ago)
- Last Synced: 2025-03-27T15:48:15.117Z (over 1 year ago)
- Language: JavaScript
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/circleci/circleci-docs)
# react-table-with-filters
### Features
- Docker `(docker-engine >=v19.x)`
- Express ` >= v4.x`
- React ` >= v16.x`
- Redux ` >= v4.x`
- Loadable-components ` >= v5.x `
- Webpack ` >= v4.x`
- Babel ` >= v7.x`
- SASS
### Prerequisite
Before proceeding futher install following prerequisite dependencies to start:
- `Node.js version >= v10.x`
#
### Installation:
Steps to follow
1. Clone ssr-stream-setup
2. Change the current directory to `ssr-stream-setup`
```
cd react-table-with-filters
```
3. Run the install `npm install`
4. Create a new file `.env` and Copy .env.example into .env
5. To start the server run:
```
npm run dev
```
or for Production
```
npm run build && npm run serve
```
> open in browser.