Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 965 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 965 Bytes

Learning React.js

Based on the material in:

Tutorial: Intro to React (https://reactjs.org/tutorial/tutorial.html)

Usage

Go to the application directory:

    cd app
  • Start the development server.

      npm start
    
  • Bundle the app into static files for production.

      npm run build
    
  • Start the test runner.

      npm test