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.
npm install
# OR
yarn install
npm start #for simple css and js
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