Skip to content

chicagomaroon/generator-maroon-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-maroon-projects

A Yeoman generator to scaffold a development environment for building interactives/projects for The Chicago Maroon. Inspired by POLITICO's interactives generator.

Installation

Enter:

yarn link

Usage

  1. Create a fresh directory for your new project and move into it in your terminal.
$ mkdir my-project
$ cd my-project
  1. Run the generator and answer the questions it asks to build your development environment.
$ yo maroon-projects
  1. Run gulp to start the development server.
$ gulp

See the docs on readthedocs for more info.


Adapted by Euirim Choi '19.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • HTML 23.4%
  • CSS 12.4%