Guillaume Vincent 7fe19cb770 | il y a 8 ans | |
---|---|---|
app | il y a 8 ans | |
tests | il y a 8 ans | |
.gitignore | il y a 9 ans | |
.travis.yml | il y a 9 ans | |
Dockerfile | il y a 8 ans | |
LICENSE | il y a 9 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 | |
webpack.config.old.js | il y a 8 ans |
lesspass is like keepass without the need to persist passwords
clone application:
git clone https://github.com/guillaumevincent/lesspass.git
move inside lesspass folder
cd lesspass
start application
npm run dev
open the application in a browser: http://localhost:8080
install dependencies
npm install
run tests
npm run test
run test in watch mode
npm run test:watch
npm run build && npm start