https://github.com/dgapitts/learning-javascript
https://github.com/dgapitts/learning-javascript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/learning-javascript
- Owner: dgapitts
- License: gpl-3.0
- Created: 2023-08-25T20:58:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T14:03:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T00:59:59.175Z (over 1 year ago)
- Language: JavaScript
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning-javascript
Combining Maths with Javascript in learning exercises.
## Install dependencies
`npm install`
## Run in your console
`npm start`
## Unit tests
`npm test`
## Lint
`npm run lint`
## Audit dependencies vulnerabilities
`npm audit`