Skip to content

Simple & fast local HTML/CSS/JavaScript playground using live-server

Notifications You must be signed in to change notification settings

chinhdo/html-css-javascript-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple local HTML/CSS/JavaScript playground. This should be a lot faster than online JavaScript playgrounds like CodePen, JS Fiddle, etc.

Uses live-server behind the scene.

Quick Start

Clone the project & run npm stall:

git clone https://github.com/chinhdo/html-css-javascript-playground.git

npm install

Inside the project folder, start your server:

npm start

The browser should automatically open and show a directory listing. Click on test1.html to view it. Open the browser development tools/console window.

In a code editor such Visual Studio Code, make changes to the page's HTML or JavaScript code, save and observe the changes get loaded/executed automatically.

About

Simple & fast local HTML/CSS/JavaScript playground using live-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published