0.0.2 • Published 7 years ago

rusk v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

React Universal Starter Kit

React Universal Starter Kit is an universal web application framework using express, react, redux and webpack.

Features

Really starter boilerplate with the most popular technologies:

Requirements

Getting Started

  1. You can start by clone the repository on your local machine by running:
git clone https://github.com/zhongzhi107/ibaodong/cms.git
cd cms
  1. Install all of the npm packages:
yarn install
  1. Start to run it:
# development
yarn run serve    # Building bundle and running development server

Now the app should be running at http://localhost:3000/

or start production server

# production
yarn run serve:dist

Now the app should be running at http://localhost:8080/