- meteor app tryout following https://github.com/StephenGrider/MeteorCasts
- find a proper linter tool/config for JSX
- Ubuntu
- meteor
- create app
meteor create myapp
- install bootstrap
meteor add twbs:bootstrap
- create app
- npm
npm install react react-dom --save
cd myapp && meteor
- server will listen at port 3000
- js syntax: using ES6 rather than ES5 in most of this repo