Frontend interface to rate-it project

Yannick Guern 818d970102 set cookie from response před 7 roky
config 38bf4c1d1d allow to signin from API před 7 roky
images c02ddab200 redux-polyglot et moult choses před 7 roky
scripts 4ec459e7a0 picture in store před 7 roky
server f2d222329a prod server před 7 roky
src 818d970102 set cookie from response před 7 roky
template ddc20bfebc try zezen meta header před 7 roky
.babelrc 9846e165bd login / logout před 7 roky
.gitignore 01c2ef58a6 new way to translate před 7 roky
LICENSE 6b7cc6a232 Switch from ISC to MIT license před 7 roky
README.md 6b7cc6a232 Switch from ISC to MIT license před 7 roky
package.json 38bf4c1d1d allow to signin from API před 7 roky
postcss.config.js c02ddab200 redux-polyglot et moult choses před 7 roky
webpack.config.js 64d175e9ab custom translation před 7 roky
webpack.config.prod.js 4da93472e2 translate in production mode před 7 roky
yarn.lock 38bf4c1d1d allow to signin from API před 7 roky

README.md

Rate-It

Description in coming

Dev

yarn global add webpack

yarn install

npm run start

open browser on localhost:3000

Prod

yarn global add webpack

yarn install

npm run build

npm run serve

open browser on localhost:9000

Boilerplate

Based on Yongxu Ren react es6-webpack-boilerplate