https://github.com/fedorovsky/react-ssr
There is simple React SSR boilerplate
https://github.com/fedorovsky/react-ssr
react redux ssr styled-components webpack
Last synced: 10 months ago
JSON representation
There is simple React SSR boilerplate
- Host: GitHub
- URL: https://github.com/fedorovsky/react-ssr
- Owner: fedorovsky
- Created: 2018-12-10T07:44:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T19:13:07.000Z (about 2 years ago)
- Last Synced: 2025-08-13T07:38:37.627Z (11 months ago)
- Topics: react, redux, ssr, styled-components, webpack
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## react-ssr-boilerplate
* [React](https://reactjs.org)
* [Redux Toolkit](https://redux-toolkit.js.org)
* [Styled Components](https://www.styled-components.com/)
| Comand | Description |
| --------------- |------------- |
| `npm i` | install packages |
| `npm start` | run developer mode |
| `npm run build` | run production mode |