EdsonF / sample-code

Sample code for chapters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App Boilerplate

Sample codes used in the Pro React book, organized per chapter.

Usage

All chapter folders contain individual projects with individual package.json and webpack configurations. To run anyone of them use:

npm install
npm start

Open http://localhost:8080 in your browser.

About

Sample code for chapters

License:MIT License


Languages

Language:JavaScript 82.1%Language:CSS 11.4%Language:HTML 6.5%