React Practice App

Setup

  1. Clone the application
git clone https://github.com/gohdaniel15/react-practice.git
cd react-practice
  1. Install packages
yarn install
  1. Run the server
yarn start