t2n / react-starter

Learn to build a react UI piece by piece

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-starter

In this series of tutorials we're going to be starting with a pretty blank slate, and gradaully adding new things to build a UI with react. Hopefully by the time it comes to add the kitchen sink, you'll have a good idea of why we need it :)

Install

npm install

Build frontend

npm run packs:build
npm run build -- -w &
open index.html

Tutorials

  1. Create a component
  2. Interactive components

About

Learn to build a react UI piece by piece


Languages

Language:JavaScript 82.9%Language:HTML 17.1%