Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattludwigs/go-react-redux-seed


https://github.com/mattludwigs/go-react-redux-seed

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# go-react-redux-seed

Seed files to a Go, React, and Redux project

## Deps

1. Node 4+
2. Go 1.5+
3. glide

## Set up

```
npm install && glide up
```
or

```
npm run setup
```

## Run

two terminal tabs

```
npm run dev:client
```

```
npm run dev:server
```

## Build Client

```
npm run build:client
```

## Notes

Be sure to change the import statments from mattludwigs/go-react-redux-seed to your desired import string