ipatate / UniversalAppReact

Example of universal app with react, redux and i18next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken with webpack 2 upgrade, work in progress

Example of universal app with react, redux and i18next

is first draft, no comment, no test

i use yarn but if you want you can use npm

yarn install

for dev:

yarn dev:server
// for show devtools redux
yarn dev:server:devtools
open http://localhost:4000/

for prod:

yarn build
yarn start
open http://localhost:3000/

About

Example of universal app with react, redux and i18next


Languages

Language:JavaScript 51.9%Language:CSS 46.2%Language:HTML 1.8%