Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yougotwill/js-boilerplate
A minimal javascript boilerplate
https://github.com/yougotwill/js-boilerplate
Last synced: about 7 hours ago
JSON representation
A minimal javascript boilerplate
- Host: GitHub
- URL: https://github.com/yougotwill/js-boilerplate
- Owner: yougotwill
- License: mit
- Created: 2019-06-29T01:45:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T14:15:57.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:07:44.542Z (over 1 year ago)
- Language: HTML
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-boilerplate
A minimal javascript boilerplate that uses [JavaScript Semi-Standard Style](https://github.com/standard/semistandard)
## Installation
1. Make sure you've installed all requirements
2. Clone this repository:
`git clone https://github.com/yougotwill/js-boilerplate`## Usage
Here's a short explanation how to use `js-boilerplate`:
1. `cd` into the repository
2. Run `npm install`.
3. Do some JavaScript in [script.js](src/js/script.js) and save.
4. Open [index.html](src/html/index.html) in your browser of choice and see the results.## Contributing
1. Fork it
2. Create your feature branch: `git checkout -b feature/my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/my-new-feature`
5. Submit a pull request## Requirements / Dependencies
- NodeJS
- npm## Version
0.1.0
## License
[MIT](LICENSE)