Guillaume Vincent 71d38a71fe | před 8 roky | |
---|---|---|
app | před 8 roky | |
design | před 8 roky | |
tests | před 9 roky | |
.gitignore | před 9 roky | |
.travis.yml | před 9 roky | |
Dockerfile | před 8 roky | |
LICENSE | před 9 roky | |
README.md | před 9 roky | |
index.html | před 8 roky | |
package.json | před 8 roky | |
webpack.config.js | před 8 roky |
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 start
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