/learn-react

Contains material for the web app team

Primary LanguageJavaScript

Learn React

Getting Started

Tools

Set Up Project

  1. Install the required tools (links provided)
  2. Clone the repository: git clone https://github.com/NilsG-S/learn-react.git
  3. Change directory into learn-react
  4. Run yarn install to get project dependencies

Test Changes

  1. Run yarn run dev from learn-react
  2. Go to 127.0.0.1:8080 in your browser

Hot reloading is enabled, so changes that you make should be added automatically.