Skip to content

AlexTraher/web-native-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A repo to help with learning web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors