1.0.8 • Published 4 years ago

cbre-web-components v1.0.8

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

sample-webpack-app

A sample production-ready app using webpack and vanilla JS.

To start the development environment, run npm install and npm run dev

To deploy the production app to heroku, run heroku create [app-name], then git push heroku master, then heroku open