https://github.com/rodrigowebdev/password-calc-generator
This is a personal App to help me in reboot method
https://github.com/rodrigowebdev/password-calc-generator
es6 eslint javascript vanillajs
Last synced: 3 months ago
JSON representation
This is a personal App to help me in reboot method
- Host: GitHub
- URL: https://github.com/rodrigowebdev/password-calc-generator
- Owner: RodrigoWebDev
- License: mit
- Created: 2020-01-04T16:41:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:02:45.000Z (about 3 years ago)
- Last Synced: 2024-12-28T01:45:26.663Z (about 1 year ago)
- Topics: es6, eslint, javascript, vanillajs
- Language: JavaScript
- Homepage: https://password-calculation-generator.netlify.app/
- Size: 2.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ES6-boilerplate
Standard ES6 Boilerplate configured with babel, webpack and eslint.
## Usage
* `npm start` to run eslint on watch mode and dev-server at localhost:8080.
* `npm run watch` to only watch for/recompile on changes.
* `npm run build` to generate a minified, production-ready build.