A small ReactJS app.
The application is hosted here: knay-react.
git clone
the repo into a directory on your computernpm install
oryarn
to install dependenciesnpm start
oryarn run start
to build and run the application- Go to
localhost:3000
in a web browser
The application is now dockerized. You can build your own image from within this repo or pull an image from here.
This project was bootstrapped with Create React App.