react_base_project
v0.0.0
Published
React Base Project
Downloads
3
Keywords
Readme
Password Manager Client
Client side of the Password Management project.
How do I start coding?
npm install
and
npm start
How do I start testing?
To run the suits once:
npm test
To run the tests continuously:
npm run tdd
To debug the tests on Chrome:
npm run debug