https://github.com/rikschennink/conditioner-boilerplate-amd
An AMD based boilerplate for Conditioner based on RequireJS.
https://github.com/rikschennink/conditioner-boilerplate-amd
amd boilerplate conditioner mediaqueries module-loader requirejs responsive
Last synced: 9 months ago
JSON representation
An AMD based boilerplate for Conditioner based on RequireJS.
- Host: GitHub
- URL: https://github.com/rikschennink/conditioner-boilerplate-amd
- Owner: rikschennink
- License: mit
- Created: 2017-10-30T14:37:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T09:57:16.000Z (over 8 years ago)
- Last Synced: 2025-06-16T08:13:06.331Z (12 months ago)
- Topics: amd, boilerplate, conditioner, mediaqueries, module-loader, requirejs, responsive
- Language: JavaScript
- Homepage: https://github.com/rikschennink/conditioner
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conditioner AMD Boilerplate
An AMD based boilerplate for [Conditioner](https://github.com/rikschennink/conditioner) based on [RequireJS](https://github.com/requirejs/requirejs).
Install dependencies from npm.
```bash
npm i
```
Setup server @ `http://localhost:8080`
```bash
npm start
```