Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liuderchi/meteor_playground

meteor app with React.js tryout following https://www.udemy.com/meteor-react-tutorial/
https://github.com/liuderchi/meteor_playground

bootstrap crud-application es6 meteor meteor-playground nodejs react-app tryout

Last synced: about 1 month ago
JSON representation

meteor app with React.js tryout following https://www.udemy.com/meteor-react-tutorial/

Awesome Lists containing this project

README

        

# meteor playground

- meteor app tryout following https://github.com/StephenGrider/MeteorCasts

## TODO

- find a proper linter tool/config for JSX

## Env

- Ubuntu
- meteor
- create app `meteor create myapp`
- install bootstrap `meteor add twbs:bootstrap`
- npm
- `npm install react react-dom --save`

## Run

- `cd myapp && meteor`
- server will listen at port 3000

## NOTE

- js syntax: using ES6 rather than ES5 in most of this repo
- [ES5 v.s. ES6 comparisons](http://blog.techbridge.cc/2016/04/04/react-react-native-es5-es6-cheat-sheet/)