WORK IN PROGRESS
- Initial dev-server setup
- Automatical translation files generating during dev-server watch with
etty-webpack-plugin(see console output!) - Locale-based routing
- Initialization of the
ettystore - Observing translations on locale change
- Generating translations during simple build
- Document code
- Clone this repo
- Install dependencies
npm install
- Run dev-server
npm run dev
or using yarn
yarn dev
- Open http://0.0.0.0:1337 in browser.
- Enjoy!
react,react-dom(16+)react-router-dom(ReactRouter v4)mobx(4+),mobx-reactetty,etty-webpack-pluginwebpack,webpack-dev-servertypescriptandawesome-typescript-loader