| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Basic node server with support for:
To run:
npm i npm run build npm start
Start your client side code by editing source/control.js
The usual Node JS code in views and routes.
Open up the Dockerfile and try to understand it.
To create a Docker image from the Dockerfile:
docker build --tag react-simple .
To run the image:
docker run -d -p 30025:30025 react-simple
Now go to a browser and navigate to port 30025. To get your IP address, run ip addr.
| Back | FazBrowse Home | New Git URL |