Guillaume Vincent cd4b114fe6 | пре 8 година | |
---|---|---|
assets | пре 8 година | |
src | пре 8 година | |
tests | пре 8 година | |
Dockerfile | пре 8 година | |
README.md | пре 8 година | |
index.html | пре 8 година | |
package.json | пре 8 година | |
server.js | пре 8 година | |
webpack.config.js | пре 8 година |
open source password manager
install dependencies
npm install
serve with hot reload at localhost:8080
npm run dev
build for production with minification
npm run build
run tests
npm test