Guillaume Vincent 7fe19cb770 | hace 8 años | |
---|---|---|
app | hace 8 años | |
tests | hace 8 años | |
.gitignore | hace 9 años | |
.travis.yml | hace 9 años | |
Dockerfile | hace 8 años | |
LICENSE | hace 9 años | |
README.md | hace 8 años | |
index.html | hace 8 años | |
package.json | hace 8 años | |
server.js | hace 8 años | |
webpack.config.js | hace 8 años | |
webpack.config.old.js | hace 8 años |
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