All Projects → csshugs → genesis

csshugs / genesis

Licence: other
A grunt.js, inuitcss and assemble-based frontend development environment

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to genesis

generator-omaha
Yeoman generator designed to help you craft sustainable code for the modern web
Stars: ✭ 12 (-7.69%)
Mutual labels:  scaffold
motley
CSS Framework based on ITCSS
Stars: ✭ 24 (+84.62%)
Mutual labels:  itcss
SALSA
SALSA: A tool to scaffold long read assemblies with Hi-C data
Stars: ✭ 139 (+969.23%)
Mutual labels:  scaffold
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+246.15%)
Mutual labels:  scaffold
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (+323.08%)
Mutual labels:  scaffold
brutal
A code-first approach to automate the writing of unit tests.
Stars: ✭ 54 (+315.38%)
Mutual labels:  scaffold
moon-cli
✨ Easily scaffold a Moon project
Stars: ✭ 27 (+107.69%)
Mutual labels:  scaffold
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (+84.62%)
Mutual labels:  scaffold
tfstage
TFStage: TensorFlow Project Scaffolding
Stars: ✭ 64 (+392.31%)
Mutual labels:  scaffold
vue-startup
A template with webpack 4 + vuejs 2 + + babel 7 setup for projects startup
Stars: ✭ 44 (+238.46%)
Mutual labels:  scaffold
create-nodejs-ts
Starter Project for Node.js With TypeScript.
Stars: ✭ 34 (+161.54%)
Mutual labels:  scaffold
koa2-rest-scaffold
Koa2 RESTful API 脚手架。
Stars: ✭ 27 (+107.69%)
Mutual labels:  scaffold
makeapp
Simplifies Python application rollout and publishing.
Stars: ✭ 12 (-7.69%)
Mutual labels:  scaffold
django-naqsh
Naqsh is a bootstrapping tool for quickly creating production-ready Django web services.
Stars: ✭ 47 (+261.54%)
Mutual labels:  scaffold
node-weixin-api
💬node微信公众号开发
Stars: ✭ 78 (+500%)
Mutual labels:  scaffold
dr scaffold
scaffold django rest apis like a champion 🚀
Stars: ✭ 116 (+792.31%)
Mutual labels:  scaffold
reph
Phoenix/React application starter kit
Stars: ✭ 15 (+15.38%)
Mutual labels:  scaffold
scaffold-package-command
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Stars: ✭ 51 (+292.31%)
Mutual labels:  scaffold
coir
Coir is a tool that helps turn your project into a configurable tool
Stars: ✭ 20 (+53.85%)
Mutual labels:  scaffold
scaffolder
Scaffold out a laravel application. Craft your next application easier and faster
Stars: ✭ 16 (+23.08%)
Mutual labels:  scaffold

Getting started

Installation

Cd into the root of this project and run:

$ npm install

Then genesis is set up for your project and you can run:

$ grunt dev

and go to: localhost:8000.

The entire development code is stored in the /src directory. When grunt detects changes of this code, it is copied into the /dist directory where the compiled html/css/js lies, which is used for displaying the site in the browser. This code shall not be touched.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].