robbestad / AdvancedReactJS_Chapter1

Code for Advanced ReactJS Chapter 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for Advanced ReactJS Chapter 1

License:ISC License


Languages

Language:JavaScript 91.4%Language:HTML 6.2%Language:CSS 2.4%