https://github.com/nabaraj/react-ssr
https://github.com/nabaraj/react-ssr
docker netlify-deployment nodejs reactjs server-side-rendering
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabaraj/react-ssr
- Owner: nabaraj
- Created: 2020-05-17T13:46:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:39:00.000Z (over 2 years ago)
- Last Synced: 2024-03-15T06:48:32.213Z (about 1 year ago)
- Topics: docker, netlify-deployment, nodejs, reactjs, server-side-rendering
- Language: JavaScript
- Size: 1.34 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPA News - React
## Install the dependencies and devDependencies and start the server.
```sh
cd react-spa-news
npm install
npm run dev
```
check package.json files for other scripts## Live site
Check live site [here](https://react-ssr-nabaraj.netlify.app/)## Docker file (docker needs to installed)
```sh
git clone https://github.com/nabaraj/react-ssr.git
docker build .
docker run -p 8080:80 $image_name
site can be open in localhost:8080
```
## Docker image from docker hub
```sh
docker pull nabaraj123/react-ssr:latest
```