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

https://github.com/arjunkathuria/js-boilerplate

A standard, minimal, no-fuss boilerplate for ambitious js applications and libraries.
https://github.com/arjunkathuria/js-boilerplate

Last synced: 3 months ago
JSON representation

A standard, minimal, no-fuss boilerplate for ambitious js applications and libraries.

Awesome Lists containing this project

README

        

# JS-Boilerplate

a standard no-fuss boilerplate for ambitious js applications and libraries.

includes
- testing via QUnit.js
- linting by eslint + ember-suave plugin
- minimal file server via `npm run connect` command to serve the project on localhost:8000, primarily for running tests in browser.

## how to use
A default modern configuration has been already set-up and can be used right away without much / any config.

- clone the repository.
- Run `npm install`.
- edit package.json, LICENSE, README, eslintrc and main files as required.