An open API service indexing awesome lists of open source software.

https://github.com/mec/react-starter-universal

A super simple React boilerplate with server side rendering
https://github.com/mec/react-starter-universal

boilerplate react server-side-rendering simple starterkit

Last synced: 2 months ago
JSON representation

A super simple React boilerplate with server side rendering

Awesome Lists containing this project

README

        

# React Starter

This a little project to start a simple React based web project.

Handmade everything, includes project scaffold, sass, basic tests, container, component, dev server, build.

Now includes server side rendering! Switch to the universal branch.

## Using

### Run dev env
```
npm install
npm start
```

### Run build
```
npm run build
```

### Run tests
```
npm test
```
### Run the Universal version (server side rendering)
```
npm run server
```