zcash-grant-system/frontend/README.md

29 lines
443 B
Markdown
Raw Normal View History

2019-01-22 10:40:20 -08:00
# ZF Grants Frontend
2018-09-10 09:55:26 -07:00
This is the front-end component of Zcash Grant System.
2018-09-10 09:55:26 -07:00
2018-12-14 11:36:22 -08:00
## Setup
2018-09-10 09:55:26 -07:00
2018-12-14 11:36:22 -08:00
1. Install (Nodejs 8.13)[https://nodejs.org/en/blog/release/v0.8.13/] and (yarn)[https://yarnpkg.com/en/].
2018-09-10 09:55:26 -07:00
2018-12-14 11:36:22 -08:00
1. Run `yarn` to install dependencies.
2018-09-10 09:55:26 -07:00
2018-12-14 11:36:22 -08:00
## Development
2018-09-10 09:55:26 -07:00
2018-12-14 11:36:22 -08:00
1. Make sure the `backend` component is running.
2018-09-10 09:55:26 -07:00
2018-12-14 11:36:22 -08:00
1. Run the webpack dev-server:
2018-09-10 09:55:26 -07:00
```bash
yarn run dev
```
2018-12-14 11:36:22 -08:00
1. Go to the app on localhost:3000.
2018-09-10 09:55:26 -07:00
## Testing
### Application
TBD