Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghondar/universal-react
https://github.com/ghondar/universal-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghondar/universal-react
- Owner: ghondar
- Created: 2015-12-11T01:28:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T06:16:59.000Z (about 9 years ago)
- Last Synced: 2024-04-14T22:43:39.214Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal-React
Quick Example Universal React## Setup
```shell
$ git clone https://github.com/ghondar/Universal-React.git
$ cd Universal-React
$ npm install
```## Run
run webpack dev server
```shell
$ npm run webpack
```and, in another terminal.
run server
```shell
$ npm run start-dev
```## Build and Package
to build
```shell
$ npm run build
```