Small test web application on ReactJS + Webpack + Babel.
- Install the dependencies.
npm install
- Build project.
npm run build
- Add the "dist" folder as a site on your web server.
- Open the site hosted on your web server.
npm run scripts:
- dev - run app in dev mode.
- dev-test-data - run the application in dev mode with test data for requests.
- debugwebpackservdev-* - debug webpack configurations
Support:
- JavaScript chunks and externals
- SASS/SCSS and CSS (Processable modules and static): minification, compressing, hashing, obfuscation
- Environment configs
- Defines config vars
- Code separation: Debug, Test data, Release
- Resource processing: images, fonts, files etc
- Using NewsAPI and test data
- etc...