React.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Installation == npm install -g create-react-app ==You first application== ===Create an application=== create-react-app my-app ===Running an appication=== cd my-app npm s...") |
(No difference)
|
Revision as of 00:37, 27 November 2017
Installation
npm install -g create-react-app
You first application
Create an application
create-react-app my-app
Running an appication
cd my-app npm start