This is the first iteration of https://pv-vighnesh.github.io/ built with LWC OSS and hosted on Github pages.
I value sharing my work with the community but Plagiarism is bad. Yes, you can fork this repo. Please give me proper credit by linking back to https://pv-vighnesh.github.io/ or https://github.com/pv-vighnesh. Thanks!
If you have any questions on implementation, please refer to LWC OSS docs.
Start simple by running yarn watch
(or npm run watch
, if you set up the project with npm
). This will start the project with a local development server.
The source files are located in the src
folder. All web components are within the src/client/modules
folder. The folder hierarchy also represents the naming structure of the web components. The entry file for the custom Express configuration can be found in the 'src/server' folder.
Find more information on the main repo on GitHub.