An open API service indexing awesome lists of open source software.

https://github.com/pbteja1998/blockfund-frontend


https://github.com/pbteja1998/blockfund-frontend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# BlockFund

## Installation

1. Install Dependencies
```
npm install
```

2. Run the webpack server for front-end hot reloading. Smart contract changes do not support hot reloading for now.
```
npm run start
```

## Build for production
To build the application for production, use the build command. A production build will be compiled in the `dist` folder.
```javascript
npm run build
```