An open API service indexing awesome lists of open source software.

https://github.com/srigar/react-jest-ssr-redux


https://github.com/srigar/react-jest-ssr-redux

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-ssr-redux-router-lazy-loading-jest
Sample application covers concepts like ssr, redux, lazy loading with the help of `react-loadable`, jest testcases for actions,reducers and connected components, router for SPA in client side.

## Steps to start server

1. `npm install`
2. `npm run start` to start server
3. `npm run test` to run the testcase