Welcome to the National Parks Data mashup app showing the use of open source Lightning Web Components running outside of Salesforce.
This was demod at the Salesforce TDX '19 conference during the launch of open source Lightning Web Components. Find out more at https://lwc.dev.
git clone https://github.com/kevinv11n/lwc-search-box && cd lwc-search-box
yarn && yarn build
yarn link
because we're not publishing the npm packagecd ..
git clone https://github.com/kevinv11n/lwc-mashup && cd lwc-mashup
yarn link lwc-search-box
to link the local lwc-search-boxyarn
to install the rest of the dependenciesyarn serve
to start the server- Visit http://localhost:3000