Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.
/ rurarar Public archive

React Universal Recomposed Application with Redux And Redial

Notifications You must be signed in to change notification settings

sergeysova/rurarar

Repository files navigation

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