Guillaume Vincent 96abf78e5f | пре 9 година | |
---|---|---|
app | пре 9 година | |
public | пре 9 година | |
server | пре 9 година | |
static | пре 9 година | |
tests | пре 9 година | |
.gitignore | пре 9 година | |
.travis.yml | пре 9 година | |
LICENSE | пре 9 година | |
README.md | пре 9 година | |
package.json | пре 9 година |
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
install dependencies
npm install
start application
npm start
open the application in a browser: http://localhost:5000
install dependencies
npm install
run tests
npm run test
run test in watch mode
npm run test:watch
npm run build:production