https://github.com/hackoregon/civic-platform
https://github.com/hackoregon/civic-platform
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackoregon/civic-platform
- Owner: hackoregon
- Created: 2017-02-17T09:54:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T21:49:47.000Z (over 8 years ago)
- Last Synced: 2025-02-02T04:23:35.048Z (over 1 year ago)
- Language: JavaScript
- Size: 908 KB
- Stars: 1
- Watchers: 14
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Civic
---
**This is the core project for Hack Oregon's Civic Platform.**
## Setup
```bash
nvm use
npm install
npm run build
npm run build:server
```
## Develop
```bash
npm run go
# http://localhost:3000/civic
```
## Test
```bash
npm test
```
## Deploy
```bash
# ???
```
## Built With
- **React** - view engine / server side rendering
- **React-Router** - client side routing
- **Express** - server
- **Redux** - state manager
- **Mocha/Enzyme** - testing
- **Webpack** - bundler
- **Yarn** - dependency manager
- **Docker** - containerization