This Template for React SSR Application.
in the project directory, you can run:
Development:
$ npm install
$ npm run dev
Runs the app in the development mode.
- Front-end http://localhost:3000
├─ src
│ ├─ client
│ │ ├─ actions
│ │ │ └─ ...
│ │ ├─ components
│ │ │ └─ ...
│ │ ├─ pages
│ │ │ └─ ...
│ │ ├─ reducers
│ │ │ └─ ...
│ │ ├─ App.js
│ │ ├─ client.js
│ │ └─ Routes.js
│ ├─ helpers
│ │ └─ createStore.js
│ │ └─ renderer.js
│ └─ index.js
- Add TypeScript
- Refactoring structure and default components
- Replace Redux-Thunk to Redux-Saga