Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 557 Bytes

lwc-arcade

This project will build the base package for any further personal lwc projects. It will grow over time and provide some lwc components and classes through npm and contain some demo pages that are available through google cloud soon.

Local Development

  1. Clone the lwc-base repository:
git clone https://github.com/itsmebasti/lwc-base
cd lwc-base
  1. Install the project dependencies using yarn (or npm, if you prefer that alternatively)
yarn
  1. Start the app in watch mode.
yarn watch
  1. Enjoy the app!