Skip to content

leapon/docker-node-react-demo-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The DNRDW Project

This is a small web application that uses Bootstrap/ReactJS for frontend and Nodejs for backend. It serves as a starting point for make web application with similar structure.

On deployment, this webapp can be packaged into docker containers and then deployed to AWS. The docker build information is in the build folder.

DNRDW is an abbreviation for Docker-NodeJS-ReactJS-Demo-Webapp.

Get Started

npm install 
npm start

Visit website at http://localhost:8080

WebApp Setting

The web server setting is controlled via environment variables. For more information, see site/support/install.txt.

The setting can be specified by a site/setting.js file as well. An example file is available at site/support/setting.js.

The following command changes website port number from default 8080 to 8050:

export LEAPBASE_HTTP_PORT=8050

About

A demo webapp using ReactJS frontend and Nodejs backend, deployed to AWS using docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published