Clone the project and run npm i
After this start the app with npm start
. This will launch the webpack-dev-server with hot reloading (live reload).
The project is built with webpack and NPM scripts.
CSS is processed with CSS-Next (CSS4) and is compiled in webpack with postcss. For more info and the complete feature list see: http://cssnext.io/features/
File-loader will convert you static images into base64 assets and allow you import them as modules into your components. For more info: https://github.com/webpack/file-loader
Run npm run build
TBC