GitHunt
AL

AlexTraher/react-starter

A repo to help with learning web development

React Starter

A minimalist starter to help learn react.

See the blog post this is supported by here

If you're new to development and haven't completed the web-native-stater, I'm strongly recommend you do that - then come back here!

Getting started

  1. Clone this repo
  2. run npm install to install dependencies
  3. run npm start to kick off the webpack dev server
  4. visit the running app on localhost:8080 in your browser
  5. try making some changes and build out your own application! (some classic examples are a todo app, or a receipe search app)

Where do I actually make changes though?

To help the learning process, there's 3 emoji's to look out for across these example apps:

  • 🪵 - shown where we change the structure of our application "I need a new button"
  • 🎨 - shown where we change styles of our application "I need my button to be blue"
  • 🤖 - shown where we change the functionality of our application "I need my button to increment a counter"

Languages

JavaScript66.2%CSS30.8%HTML3.0%

Contributors

Created January 16, 2023
Updated January 16, 2023