https://github.com/joshwnj/react-starter
Learn to build a react UI piece by piece
https://github.com/joshwnj/react-starter
react tutorial
Last synced: 4 months ago
JSON representation
Learn to build a react UI piece by piece
- Host: GitHub
- URL: https://github.com/joshwnj/react-starter
- Owner: joshwnj
- Created: 2017-03-03T06:19:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T05:36:55.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T07:42:46.280Z (10 months ago)
- Topics: react, tutorial
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-starter
In this series of tutorials we're going to be starting with a pretty blank slate, and gradually 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
General introduction: https://youtu.be/1e263Y17er4
1. [Create a component](https://github.com/joshwnj/react-starter/blob/master/tutorials/1.md)
1. [Interactive components](https://github.com/joshwnj/react-starter/blob/master/tutorials/2.md)
1. [CSS](https://github.com/joshwnj/react-starter/blob/master/tutorials/3.md)
PS. Please excuse the rough videos 😂