https://github.com/pbteja1998/blockfund-frontend
https://github.com/pbteja1998/blockfund-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbteja1998/blockfund-frontend
- Owner: pbteja1998
- Created: 2018-08-03T12:15:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T09:04:46.000Z (about 7 years ago)
- Last Synced: 2025-05-19T21:09:07.132Z (5 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```