Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
sahat/hackathon-starter
A boilerplate for Node.js web applications
People
Repo info
Activity
James Lee
@uptownhr
i'd say about 80%
not a complete alternative
i don't include some of the middlewares they do
i find it more of a headache to manage and use them
Niall O'Brien
@niallobrien
Which in particular?
James Lee
@uptownhr
for example, the compress, sass, lusca
Niall O'Brien
@niallobrien
Ah, agreed
Though Lusca’s very useful
James Lee
@uptownhr
yea
but in the beginning when you are hacking, i find it annoying to deal with csrf
Niall O'Brien
@niallobrien
You’ll never go back to add it though
James Lee
@uptownhr
many times, you just end up turning it off
lol
Niall O'Brien
@niallobrien
I just use a snippet
James Lee
@uptownhr
true
so, i just see it as optional
and easy to implement if you want
Niall O'Brien
@niallobrien
Oh - I like your admin
James Lee
@uptownhr
:) thanks
that's what i felt hackathon-starter is really missing
i really hate starting an admin from scratch all the time
Niall O'Brien
@niallobrien
Are those graphs static or do they represent real data?
James Lee
@uptownhr
haha. sorry but not
i may make them functional as i find cases for it
_
Niall O'Brien
@niallobrien
Makes sense
James Lee
@uptownhr
i was going to, but wanted to get the framework converted over first
Niall O'Brien
@niallobrien
Okay, I’ll have to have a good play with this
What do you do for an asset pipeline?
James Lee
@uptownhr
that would be awesome :)
currently, no asset pipelin unfortunately
Niall O'Brien
@niallobrien
Hmmm - I could contribute a Gulp-based one.
James Lee
@uptownhr
i don't have a strong opinion on it and didn't want to implement something i'm not sure of
that would be great :)
i do need to work on a contributing guide as well
Niall O'Brien
@niallobrien
But it would be opinionated of course
James Lee
@uptownhr
opinionated is good
:)
i don't have much experiences with frontend
at least not with gulp
i've been using webpack
Niall O'Brien
@niallobrien
Ah
James Lee
@uptownhr
but it wasn't simple enough for me to put in the framework
Niall O'Brien
@niallobrien
I’ve used both
James Lee
@uptownhr
i'm trying to keep a balance of opinions,functions and simplicity
really hard
haha
Niall O'Brien
@niallobrien
For sure
Let me take a look at the code ;)
James Lee
@uptownhr
hehe
Niall O'Brien
@niallobrien
Okay, I like that you’re using proper file names, and not like
/post/index.js