Skip to content

NishanthNaniReddy/reactKoaJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactKoaJS

sample project with React Front End and Koa js Backend and Docker containerization.

Front End React JS has a basic form with two input fields and state management.

Backend Koa has a route to send success response for API triggered by React application.

Inorder to show a quick demo we made React app into static page and running on koa node server.

An Image of this sample project is containarized to Docker.

Find out the docker image from "nishanthm6/react-koa-js".

Run the below cmd to run docker image

cmd:: docker run -dp 3002:3000 nishanthm6/react-koa-js

else clone this repository and run npm install cmd to install all dependencies and run node index.js to launch application.

About

sample with React Koa JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published