A dummy app that is wired with Webpack and Babel for prototyping ES6 JavaScript intended for browswers.
npm install
- First run the following command to transpile your JavaScript code that is included in the
public/index.html
file asbundle.js
npm run watch
- In a separate shell, start the local web server with the following built-in script
npm run ws
- Navigate to
localhost:8000
and open the console to see the output from your JavaScript code.