Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 416 Bytes

File metadata and controls

23 lines (15 loc) · 416 Bytes

Deprecated

This repository is no longer maintained and is deprecated. Please be aware that it may not work with the latest versions of its dependencies.

brunch-basic-skeleton

A basic skeleton for brunch

Example initialization process:

npm install -g brunch

mkdir my-new-app

cd my-new-app

brunch new https://github.com/MazeMap/brunch-basic-skeleton

npm start

Voila!