https://github.com/corydolphin/foundation-requirejs
Foundation libsass requirejs boilerplate
https://github.com/corydolphin/foundation-requirejs
Last synced: 3 months ago
JSON representation
Foundation libsass requirejs boilerplate
- Host: GitHub
- URL: https://github.com/corydolphin/foundation-requirejs
- Owner: corydolphin
- Created: 2013-11-27T06:58:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-27T00:51:41.000Z (over 11 years ago)
- Last Synced: 2025-01-30T18:17:52.937Z (5 months ago)
- Language: CSS
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask, Foundation and requirejs
This is a template to start your own project using Flask, foundation and requirejs.
## Requirements
You'll need to have the following items installed before continuing.
* [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`
* [Python](http://www.python.org/)## Quickstart
```bash
git clone [email protected]:wcdolphin/foundation-requirejs.git
npm install && bower install && pip install -r requirements.txt
```While you're working on your project, run:
`grunt`
And you're set!
Before deploying, be sure to include a production ready web server, such as Twisted in your requirements.txt.
## Directory Strucutre
* `scss/_settings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Application styles go here