GitHunt
AL

AlexTraher/web-native-starter

A repo to help with learning web development

Web Starter

A minimalist starter to help learn web development.

See the blog post this is supported by 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

CSS65.1%HTML22.3%JavaScript12.6%

Contributors

Created January 16, 2023
Updated January 16, 2023
AlexTraher/web-native-starter | GitHunt