An open API service indexing awesome lists of open source software.

https://github.com/ger86/js-private-class-methods


https://github.com/ger86/js-private-class-methods

Last synced: about 1 year ago
JSON representation

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