Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 321 Bytes

File metadata and controls

21 lines (18 loc) · 321 Bytes

#Sample Learning React JS + Webpack

##List Project

  • Hello World
  • Simple Task
  • GraphQL
  • Consume API
  • React Router

##How to use

   $ cd learning-react/01-hello-world
   $ npm install
   $ npm start

##How to start in browser

    $ cd learning-react/01-hello-world
    $ php -S localhost:8080