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.
- Clone the
lwc-base
repository:
git clone https://github.com/itsmebasti/lwc-base
cd lwc-base
- Install the project dependencies using
yarn
(ornpm
, if you prefer that alternatively)
yarn
- Start the app in watch mode.
yarn watch
- Enjoy the app!