https://github.com/ger86/js-private-class-methods
https://github.com/ger86/js-private-class-methods
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ger86/js-private-class-methods
- Owner: ger86
- Created: 2020-06-03T09:23:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:13:04.000Z (over 3 years ago)
- Last Synced: 2025-03-15T01:50:04.624Z (about 1 year ago)
- Language: JavaScript
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript. Private classes and methods
A Javascript project to show the private class properties and methods.
Puedes ver el tutorial completo en el siguiente enlace de Youtube
[Vídeo en Youtube](https://youtu.be/yyuidSh4R-Y)
### Version
1.0
## Usage
### Installation
Install the dependencies
```sh
$ npm install
```
### Serve
To serve in the browser - Runs webpack-dev-server
```sh
$ npm start
```
### Build
Compile and build
```sh
$ npm run build
```
## More Info
### Author
Gerardo Fernández Moreno
### License
This project is licensed under the MIT License