Tess Web Console/Player
React + Webpack + https://react-md.mlaursen.com/
Simple config with easy customization options
Optimized Production ready build
Hot Module Reloading
CSS loader support
Eslint standard config
A sample app using React Routerv4
Node 6+
-
Install
Clone the repository and run
npm install
-
Star the development server
npm run dev
Navigate to https://localhost:8080/ to see the app running live
(port settings can be changed in webpack.config.js)
-
To run the Production build
npm run build
(creates the associated .js and .css files in the dist folder)