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