rurarar icon indicating copy to clipboard operation
rurarar copied to clipboard

React Universal Recomposed Application with Redux And Redial

RURARAR

Readme

React Universal Recomposed Application with Redux And Redial

Features

Requirements

  • node >=6

Installing

git clone https://github.com/LestaD/rurarar.git projectname
cd projectname
npm install

# for production after build bundle.js:
npm install --production

Scripts

Run in development mode with SS-reloading

npm run dev

Build client bundle

# Builds in production mode
npm run build

# after
ls dist/

Run only server-side

Bundle should be built before run

# in production mode
npm start