A small ReactJS app.
The application is hosted here: knay-react.
- git clonethe repo into a directory on your computer
- npm installor- yarnto install dependencies
- npm startor- yarn run startto build and run the application
- Go to localhost:3000in 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.