Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 981 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 981 Bytes

Learning to Create Web Apps

This project will be my test area as I learn how to create web apps.

Setup

  • Install nodejs, npm and live-server (npm package)
  • Setup your project with some boilerplate. Get it here
  • In a shell, run > live-server to launch a development server. Changes will auto-reload

Useful Resources