/sample-webpack-app

A sample production-ready app using webpack and vanilla JS

Primary LanguageJavaScript

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