tomchentw / redux-universal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux-Universal

Features

Medium Post

I'd like to share some ideas found in the repo, here you go:

Usage

npm install

Development

npm run dev

It will start:

Please visit [http://localhost:3000/] to get the page.

Production

Into two steps, first is build webpack assets:

npm run build

Then, start express server:

npm start

Credits

About


Languages

Language:JavaScript 90.8%Language:CSS 9.2%