React.js

From Objectif Client Inc
Revision as of 00:37, 27 November 2017 by Nicolas (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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