Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 711 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 711 Bytes

A small ReactJS app.

The application is hosted here: knay-react.

Running Locally

  1. git clone the repo into a directory on your computer
  2. npm install or yarn to install dependencies
  3. npm start or yarn run start to build and run the application
  4. Go to localhost:3000 in a web browser

Dockerized

The application is now dockerized. You can build your own image from within this repo or pull an image from here.


Shout Out

This project was bootstrapped with Create React App.