Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Files

Latest commit

 

History

History
21 lines (11 loc) · 279 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 279 Bytes

React Universal

This is a Universal React application.

Getting Started

Install

npm i

Development

Starts Webpack Dev Server.

npm run dev

Production

Runs a Webpack production build, transpiles the Express app and starts the server.

npm run prod