Skip to content

Simplest boilerplate for live reloading HTML, CSS/SASS, JS and do rapid prototyping.

Notifications You must be signed in to change notification settings

praveenpuglia/demoplate

Repository files navigation

Demoplate

A pico setup for simple demos for which you don't need to go to an online service. Currently it supports only HTML, CSS, SCSS & JS.

Installation

npm install

# OR

yarn install

Run

npm start #for simple css and js

With SCSS

If you plan to use SCSS, put styles into src/style.scss. If you need to use multiple files, import all of them in src/style.scss.

npm run watch:scss

Make changes to any file and it'll reflect on every single browser you go to localhost:3000

About

Simplest boilerplate for live reloading HTML, CSS/SASS, JS and do rapid prototyping.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published