zcash-grant-system/frontend
dependabot[bot] 0c55a776c8
Bump minimist from 0.0.8 to 1.2.3 in /frontend
Bumps [minimist](https://github.com/substack/minimist) from 0.0.8 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/0.0.8...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-08 02:58:19 +00:00
..
.storybook ZF Grants 2.1 (#496) 2020-04-07 21:56:32 -05:00
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client ZF Grants 2.1 (#496) 2020-04-07 21:56:32 -05:00
config upgrade mini-css-extract-plugin, use in dev (#68) 2019-11-13 17:45:01 -06:00
logs
server match prod css bundle (#102) 2019-12-05 19:01:47 -06:00
stories ZF Grants 2.1 (#496) 2020-04-07 21:56:32 -05:00
types ZF Grants 2.1 (#496) 2020-04-07 21:56:32 -05:00
.env.example CCRs (#86) 2019-12-05 19:01:02 -06:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.nowignore
.npmignore
.npmrc
.nvmrc
.prettierrc
Procfile
README.md Proposal staking (#134) 2019-01-31 17:56:16 -05:00
now.json
package.json ZF Grants 2.1 (#496) 2020-04-07 21:56:32 -05:00
truffle.js
tsconfig.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
tslint.json
yarn.lock Bump minimist from 0.0.8 to 1.2.3 in /frontend 2020-04-08 02:58:19 +00:00

README.md

ZF Grants Frontend

This is the front-end component of Zcash Grant System.

Setup

  1. Install (Nodejs 8.13)[https://nodejs.org/en/blog/release/v0.8.13/] and (yarn)[https://yarnpkg.com/en/].

  2. Run yarn to install dependencies.

Development

  1. Make sure the backend component is running.

  2. Run the webpack dev-server:

    yarn run dev
    
  3. Go to the app on localhost:3000.

Testing

Application

TBD