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

https://github.com/simoneas02/js-counter

A simple Counter with vanilla JS
https://github.com/simoneas02/js-counter

counter es6 javascript js vanilla-javascript

Last synced: about 1 year ago
JSON representation

A simple Counter with vanilla JS

Awesome Lists containing this project

README

          

# JS Counter

> A simple Counter with vanilla JS

## Run the project local

**0 -** install the basic dependencies

- [NodeJS](https://nodejs.org/en/)

**1 -** Clone the project and install the dependencies:

```sh
$ git clone https://github.com/simoneas02/js-counter
$ cd js-counter/
$ yarn || npm install
```

**2 -** Start development mode:

```sh
$ yarn start || npm start
```

Go to: [http://localhost:3000/](http://localhost:3000/)

## Tasks available

- `$ yarn start` or `$ npm start`: Start the development environment server.
- `$ yarn test` or `$ npm test`: Run the tests.
- `$ yarn build` or `$ npm build`: Build for production.

## Contributing

Find on our [issues](https://github.com/simoneas02/js-counter/issues/) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://github.com/simoneas02/js-counter/blob/master/CONTRIBUTING.md).

## History

See [Releases](https://github.com/simoneas02/js-counter/releases) for detailed changelog.

## License

[MIT License](https://github.com/simoneas02/js-counter/blob/master/LICENSE.md) © [Simone Amorim](https://simoneas02.github.io)