https://github.com/lk321/ssr-react-antd
Server Side Rendering React and Ant Design
https://github.com/lk321/ssr-react-antd
antd create-react-app express nodejs react ssr
Last synced: 10 months ago
JSON representation
Server Side Rendering React and Ant Design
- Host: GitHub
- URL: https://github.com/lk321/ssr-react-antd
- Owner: lk321
- License: mit
- Created: 2018-12-11T22:28:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T22:45:05.000Z (over 7 years ago)
- Last Synced: 2025-08-18T04:40:31.336Z (11 months ago)
- Topics: antd, create-react-app, express, nodejs, react, ssr
- Language: JavaScript
- Size: 191 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssr-react-antd
Server Side Rendering
## Installation
This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.
```sh
npm install ssr-react-antd --save
```
## Dependencies
- [antd](https://ghub.io/antd): An enterprise-class UI design language and React-based implementation
- [body-parser](https://ghub.io/body-parser): Node.js body parsing middleware
- [compression](https://ghub.io/compression): Node.js compression middleware
- [express](https://ghub.io/express): Fast, unopinionated, minimalist web framework
- [morgan](https://ghub.io/morgan): HTTP request logger middleware for node.js
- [react](https://ghub.io/react): React is a JavaScript library for building user interfaces.
- [react-dom](https://ghub.io/react-dom): React package for working with the DOM.
- [react-router-config](https://ghub.io/react-router-config): Static route config matching for React Router
- [react-router-dom](https://ghub.io/react-router-dom): DOM bindings for React Router
- [react-scripts](https://ghub.io/react-scripts): Configuration and scripts for Create React App.
- [serialize-javascript](https://ghub.io/serialize-javascript): Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
## Dev Dependencies
- [@babel/core](https://ghub.io/@babel/core): Babel compiler core.
- [@babel/preset-env](https://ghub.io/@babel/preset-env): A Babel preset for each environment.
- [@babel/preset-react](https://ghub.io/@babel/preset-react): Babel preset for all React plugins.
- [babel-loader](https://ghub.io/babel-loader): babel module loader for webpack
- [babel-plugin-import](https://ghub.io/babel-plugin-import): Component modular import plugin for babel.
- [nodemon](https://ghub.io/nodemon): Simple monitor script for use during development of a node.js app.
- [npm-run-all](https://ghub.io/npm-run-all): A CLI tool to run multiple npm-scripts in parallel or sequential.
- [react-app-rewire-less](https://ghub.io/react-app-rewire-less):
- [react-app-rewired](https://ghub.io/react-app-rewired): Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts
- [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack & friends
- [webpack-node-externals](https://ghub.io/webpack-node-externals): Easily exclude node_modules in Webpack bundle
## License
MIT