Skip to content

albarivas/esxx-features-oss

Repository files navigation

ESXX Features

App that showcases how to use ES9, ES10, ES11 and ES12 features in LWC OSS.

Note: for this app to work lwc-services needs to be ^3.0.2.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/albarivas/esxx-features-oss # or clone your own fork
$ cd esxx-features-oss
$ npm install

Run the app locally for development, with hot reloading enabled.

$ npm run watch

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages