# sidemas **Repository Path**: mirrors_iansinnott/sidemas ## Basic Information - **Project Name**: sidemas - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Express Project Base What's included: * Gulp (obviously) * Browserify * Express * Stylus (with Nib, Jeet & Rupture) * Jade * Jshint * Font Awesome ## Development Quick Start ``` gulp ``` This starts a server running on `localhost:3000`. Stylus, Jade and JavaScript files will all be watched and their respective gulp tasks will be run when they're changed. ## Project Structure Write this... ## Gulp tasks The gulp structure for this project may be different that what you're used to. It's built in a modular fashion to avoid one large, unmaintainable Gulpfile. For more information on this specific implementation see [this great blogpost][blogpost]. [blogpost]: http://viget.com/extend/gulp-browserify-starter-faq ## TODO * **Logging:** Borrow from the official express generator to implement a logging solution. * **Production Server:** Write `bin/www`, which is currently blank. * **Express Middleware:** Add common express modules such as body parser, favicon, method override, etc. * **Testing**