/lwc-base

Primary LanguageJavaScriptMIT LicenseMIT

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!