A client for diadem-network project for Decent hackaton.
1 - git clone [email protected]:DiademNetwork/charity-dapp-client.git
2 - cd charity-dapp-client
3 - yarn install
4 - Create a .env
file
5 - yarn start
6 - Go to localhost:9000
start
: start a development version of your app onlocalhost:9000
, in watch modebuild
: build a development version of you app indist
folderbuild-production
: build an optimized version of your app indist
folderlint
: run eslint for you projecttest
: runjest
tests and create acoverage
directory (you can then open file/coverage/lcov-report/index.html
to see nice coverage report