Skip to content

knaylor/knay-react

Repository files navigation

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.