i18n https://github.com/zoover/react-redux-i18n
styles https://github.com/FormidableLabs/radium/tree/master/docs/guides
typescript https://github.com/Lemoncode/react-typescript-samples
styles (nicht so gut) https://github.com/gajus/react-css-modules https://plugins.jetbrains.com/plugin/9275-react-css-modules
Readme
The current directory is known as [root]
Install
- install nodejs https://nodejs.org/en/
Open terminal an cd to the this dir and execute
npm install
change the file [root]/scripts/webpackDevServer.sh
to point to the
current directory (the first cd
)
WebStorm css Plugin
https://plugins.jetbrains.com/plugin/9275-react-css-modules
Adding a package
e.g.
npm install --save react react-dom @types/react @types/react-dom
Run
run in the terminal ./[root]/scripts/webpackDevServer.sh