An implementation of WeiFund that uses little to no JS frameworks (for prototyping, education and demonstration purposes).
This repo is still in development.
##Install
git clone https://github.com/weifund/weifund-dapp-basic.git
Go into the app folder and install it using npm
cd weifund-dapp-basic/
npm install
##Run
npm start
##Test
npm test
npm run build
Please visit our documentation to review the license for WeiFund code.