Skip to content

liuderchi/meteor_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor playground

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