Skip to content

alanshen1/christmas-shop-ui

 
 

Repository files navigation

Christmas Shop UI

Online Shop to buy Christmas items with credits won on familiar Christmas games (UI). Built with LWC OSS.

Running Locally

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

$ git clone https://github.com/albarivas/christmas-shop-ui # or clone your own fork
$ cd christmas-shop-ui
$ 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
$ heroku config:set API_ENDPOINT=https://[api-app-name].herokuapp.com
$ 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:

Thanks to:

https://codemyui.com/falling-snowflake-background-animation-pure-css/ (Snow falling CSS effect) https://www.dafont.com/merry-christmas.font (Christmas Fonts)

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.9%
  • JavaScript 44.0%
  • CSS 7.1%