- React
- Redux
- npm install
- npm run watch for starting webpack dev server on port 8080
To create development bundle - npm run dev To create production bundle - npm run build
By default client will looking for API on http://localhost:8081/. To customize it provide API_URL environment variable.
- Pagination or endless scroll
- Search on server side