/AdvancedReactJS_Chapter1

Code for Advanced ReactJS Chapter 1

Primary LanguageJavaScriptISC LicenseISC

Chapter 1 Advanced ReactJS

A hot reloadable template

Generates a fast hot reloadable build while in development mode with yarn dev, and a very small and lean production build with yarn start.

Install

  • git clone
  • npm install (or preferably yarn)
  • npm start (or yarn start)

Open web browser and go to http://localhost:8080