https://github.com/srigar/react-jest-ssr-redux
https://github.com/srigar/react-jest-ssr-redux
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/srigar/react-jest-ssr-redux
- Owner: srigar
- Created: 2019-06-09T13:06:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:36:46.000Z (over 3 years ago)
- Last Synced: 2025-01-29T08:44:01.909Z (over 1 year ago)
- Language: JavaScript
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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