Advanced Skeleton for Mimosa (buildtool), using Marionette (Framework), RequireJS (+CSS, +HBS), Express (Server), Jade (Server-Template), Bower (Component Handling), CoffeeScript (JS-Metalang), LESS (CSS-Metalang), Semantic-UI (CSS-Framework), and more.
- Node.js >= 0.10.x
- Mimosa >= 2.2.x
- Git >= 1.5
mimosa skel:new <project> marionette-semantic
Will create a new Project in the Subfolder with the already set up configuration of marionette-semantic.
If not on a Windows-Machine, you can reenable the Tests in the mimosa-config.coffee
, simply comment them out or remove them entirely.
testemRequire:
executeDuringBuild: false
executeDuringWatch: false
mimosa watch -oms
- localhost:3000
-oms
is shorthand for --optimize --minify --server
. This runs all the minifiers, runs the r.js optimization, and then starts a server. The JavaScript for the app will be both minified and concatenated.
mimosa build -omp
cd dist
node app.js
- localhost:3000
-omp
is shorthand for --optimize --minify --package
. This command will run optimization, run all the minifiers and then package the result for deployment. The packaged result doesn't need Mimosa to run.
Need help? You can find me at
https://gitter.im/dbashford/mimosa
- Part of this Readme is pasted from MimosaWebAppSkeleton.
- David Bashford for MimosaJS.
- Bower.io by Twitter.
- ExpressJS by visionmedia.
- Marionette by mojotech.
& many more! Without any of these I would not have enough motivation to get into the next generation web development and learn these amazing packages.