Guillaume Vincent 8877f19e11 | il y a 8 ans | |
---|---|---|
app | il y a 8 ans | |
.gitignore | 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 |
lesspass single page app for https://lesspass.com
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
npm run build && npm start