Simple boilerplate for web apps with React, Babel, and Rollup.
npm install
npm start
- First run the following command:
npm run build
- Open
html/index.html
in your browser.
The Rollup production configuration file changes NODE_ENV
to production and minifies the code with UglifyJS.
The code quality is checked by the JavaScript Standard Style.