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.
- Host: GitHub
- URL: https://github.com/arjunkathuria/js-boilerplate
- Owner: arjunkathuria
- License: mit
- Created: 2016-11-25T06:21:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T06:23:21.000Z (over 8 years ago)
- Last Synced: 2025-01-04T17:14:59.134Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.