Closed zachary-kuhn closed 8 years ago
Also throw lodash in this boilerplate bruh. yassss
This is a great start Zach! I'm excited :dancers:
A couple thoughts:
_.map
or _.forEach
. It's a common library that should be able to be added without anyone batting an eye, but shouldn't be added until it's needed. My opinion on this might change when Webpack 2 comes out (since it's supposed to be super great at unusued library code)Hi all. I'm currently running into an issue with server the dist/index.html file after a tape deploy.
:rotating_light: See the error at this IP address 192.241.168.30
:rotating_light:
Got a production-ready webpack build configs with adjacent package.json configs working
https://github.com/smashingboxes/researchkit_api-fe/pull/3/files
I think I have everyone's feedback in and I'm ready to bump this to 1.0. There are a couple decisions here I had to make:
Merging this branch in and then working on the skeleton for Redux around this.
Why?
Create a baseline for what a current project should look like.
What Changed?
Added Babel to transpile ES2015 syntax. Added Webpack to manage building the project. Added Webpack Dev Server to serve files locally. Added ESLint to lint the code. Added Karma to run the tests. Added Mocha and Chai as the test framework and assertion library. Added Isparta to provide code coverage metrics. Added React as the library standard. Added SASS as the style preprocessor. Added PostCSS for additional CSS processing. Added Lost as the grid framework.
TODO