Guillaume Vincent cd4b114fe6 | há 8 anos | |
---|---|---|
assets | há 8 anos | |
src | há 8 anos | |
tests | há 8 anos | |
Dockerfile | há 8 anos | |
README.md | há 8 anos | |
index.html | há 8 anos | |
package.json | há 8 anos | |
server.js | há 8 anos | |
webpack.config.js | há 8 anos |
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