nonoesp / web-101

⚡️ Introduction to React (and webpack and TypeScript and Electron and maybe more).

Home Page:https://nono.ma/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 101

Introduction to React (and webpack and TypeScript and Electron and maybe more).

💾 Requirements

📚 Contents

You can see what code changes on each chapter by going to its branch and clicking Compare.

🗺 Introduction · Overview

📦 Chapter 1 · Webpack

⚙️ Chapter 2 · Webpack config

⌨️ Chapter 3 · TypeScript

🦠 Chapter 4 · React

⚡️ Chapter 5 · Electron (Bonus)

Hello, Electron!

electron/electron-quick-start is Electron's official quick-start with JavaScript.

# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Hello, Electron, React & TypeScript!

nonoesp/electron-quick-start is Nono's quick-start with Webpack, TypeScript, React, Redux, Jest & auto-reload.

# Clone this repository
git clone https://github.com/nonoesp/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Author

Hi. I'm Nono. I host Getting Simple—a podcast about how you can live a more meaningfull, creative, and simple life—sketch things that call my attention, and write essays on enjoying a slower life.

About

⚡️ Introduction to React (and webpack and TypeScript and Electron and maybe more).

https://nono.ma/about

License:MIT License


Languages

Language:JavaScript 85.4%Language:TypeScript 14.6%