Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
70 lines (45 loc) · 1.34 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.34 KB

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