Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you create a project from scratch using Brunch.io, without using their skeletons?

I couldn't find any Brunch.io skeleton that suited my project and so I tried to start from scratch and create my own. But it wasn't before long that I was only scratching my head instead.

Could someone please explain how to start a new project in an empty folder and integrate it with Brunch, using just the terminal and a text editor?

PLEASE DO NOT USE EXISTING SKELETONS

Ideally I'm looking for a tutorial like this: https://coderwall.com/p/pijtcq, but with more detail at each step.

like image 931
Noahdecoco Avatar asked Mar 10 '14 14:03

Noahdecoco


1 Answers

I suggest to take a look at dead-simple brunch, this is official skeleton which is maximally minimal.

https://github.com/brunch/dead-simple

Maybe still take it and add your own framework, lang plugins and stuff.

Or, you can re-create your own, by following the same path: add bower.json, brunch-config and package.json. That's it, I guess.

like image 149
Paul Miller Avatar answered Jan 01 '23 15:01

Paul Miller