A nice little wallet app built with React. Deployed at https://code.soulas.net/wallet/.
The responsive design was implemented with React-Bootstrap.
First make sure that you have Git
and npm
installed on your machine.
To setup the app, run those commands from your terminal:
git clone [email protected]:mehl321/wallet.git
cd wallet
npm install
To run the tests and build for production:
npm run build
# The artifact will be available in the /public directory
To just run tests:
npm run test
To run in development/watch mode:
npm run watch
# Then go to: http://localhost:8080/webpack-dev-server/