Skip to content

jackcallister/react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Quick Start Guide - Starter Kit

This is the boilerplate code for following along with The React Quick Start Guide. It contains an index.html with React JS and the JSX transpiler. It's not intended for production purposes, just for quickly getting setup in order to learn React JS. It also contains a small amount of CSS.

All code from the guide should go in the script.js file found in the root of this repo.

Setup Guide

git clone git@github.com:jarsbe/react-quick-guide-boilerplate react-quick-guide

cd react-quick-guide

python -m SimpleHTTPServer

Visit localhost:8000 to view the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published