Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 780 Bytes

Webcomponents Playground

My starter project for developing with the web's latest standards and lit.

Usage

You just have to run:

git clone https://github.com/38leinaD/webstandards-starter.git
cd webstandards-starter
npm install
npm start

NOTE: The command 'npm install' has been extended in the package.json to also run 'npx rollup -c'.

Tips

For convenience, I have added a devDependency in the package.json to download browser-sync. You should really have browser-sync installed globally. Run sudo npm install -g browser-sync. I don`t want to download it for each project I am working on as it is such an essential tool.

The same holds true to me for rollup.