top | item 11964547

Simple JavaScript App Skeleton (React, Bootstrap, Babel/ES6, StandardJS, Browserify..)

3 points| dominiek | 9 years ago |github.com | reply

4 comments

order
[+] krimple|9 years ago|reply
Is it just me, or does this not work? I did an npm install and then npm start, but it complained about '<' being an invalid character in the root fetch...
[+] dominiek|9 years ago|reply
Shoot. Looks like the .gitignore excluded the `public/js` dir which was used for the watchify output.

If you pull now it should work. Sorry about that.

[+] sharmanaetor|9 years ago|reply
"Simple"
[+] dominiek|9 years ago|reply
Unfortunately, the current state of web apps have many layers of frameworks, transpilers and tooling. So yes, this is relatively simple by today's standards.