Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/liuderchi/meteor_playground
- Owner: liuderchi
- Created: 2016-09-23T02:33:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T09:26:01.000Z (about 8 years ago)
- Last Synced: 2024-11-05T12:12:11.651Z (3 months ago)
- Topics: bootstrap, crud-application, es6, meteor, meteor-playground, nodejs, react-app, tryout
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)