Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattludwigs/go-react-redux-seed
https://github.com/mattludwigs/go-react-redux-seed
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattludwigs/go-react-redux-seed
- Owner: mattludwigs
- Created: 2016-02-25T04:17:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T06:02:14.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T06:08:29.898Z (9 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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