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
- Host: GitHub
- URL: https://github.com/simoneas02/js-counter
- Owner: simoneas02
- License: mit
- Created: 2019-02-19T02:21:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:37:25.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T15:21:59.663Z (over 1 year ago)
- Topics: counter, es6, javascript, js, vanilla-javascript
- Language: JavaScript
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)