https://github.com/hackoregon/civic-server
A server side rendering lib
https://github.com/hackoregon/civic-server
Last synced: about 1 year ago
JSON representation
A server side rendering lib
- Host: GitHub
- URL: https://github.com/hackoregon/civic-server
- Owner: hackoregon
- Created: 2017-02-27T11:34:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T19:46:25.000Z (about 9 years ago)
- Last Synced: 2025-02-02T04:21:37.647Z (over 1 year ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A server lib for server side rendering with examples of Civic App running 2 additional client side apps
###### v 0.0.10
---
##### Pre-requisites
* Node 6.9.5 (use NVM)
* Yarn
##### See the example in action
1. `$ nvm use`
2. `$ yarn`
3. `$ yarn go`
4. Go to http://localhost:3000/civic
##### NOTE
While @hackoregon/react-component-library will be installed via github, some asset images will not render - for the time being, use npm link to get the expected look
##### TODO
[ ] Figure out why the images aren't rendering from github install