Guillaume Vincent 6ee0784391 | 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