Skip to content

jnonino-learning/learning-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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