This project is an application skeleton for a JavaScript app, which is useful for seeding new projects. The application skeleton uses Rollup, Babel, React, JSX, and ESLint.
This project supports scripts for building, which compiles the HTML and JavaScript to out/dist.
npm run build builds the project
npm run watch builds the project and then rebuilds if any source files change