Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)