Skip to content

bmrobin/react-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning React

This is a learning repository based on the Facebook TicTacToe tutorial for React. I added the following components to add robustness to the project:

Installation

$ npm install

Usage

We build the code using Webpack which transpiles the JSX code into browser-support JavaScript code. For a "production-style" build where the packaged code is gzipped and minified for deployment, run

$ npm run build

For development purposes where the packaged code is served with a local web server and rebuilt upon saving code changes, run

$ npm start

Releases

No releases published

Packages

No packages published