/html-playground

A small unopinionated static web-server to help you get started

Primary LanguageJavaScript

HTML Playground

Pre-requisites

  1. node.js – we need this to start our tiny server
  2. git - you can use git to quickly copy this project to your computer

Getting Started

git clone https://github.com/webdesserts/html-playground.git
cd html-playground
npm start

This will start a server at localhost:3000 and open it in your default browser.