Guillaume Vincent cd4b114fe6 | il y a 8 ans | |
---|---|---|
assets | il y a 8 ans | |
src | il y a 8 ans | |
tests | il y a 8 ans | |
Dockerfile | il y a 8 ans | |
README.md | il y a 8 ans | |
index.html | il y a 8 ans | |
package.json | il y a 8 ans | |
server.js | il y a 8 ans | |
webpack.config.js | il y a 8 ans |
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