5 Command to setup a new react project
1 2 3 4 5 6 7 8 9 10 11 |
create-react-app amazingreact npm install --save redux-devtools-extension npm install --save redux npm install --save react-redux (npm install react-templates) npm install --save @types/react |
Before you can execute above five commands Install (NodeJs, NPM and run”npm i create-react-app”). Second option.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
create-react-app amazingreact npm install --save redux-devtools-extension npm install --save redux npm install --save react-redux (npm install react-templates) npm install --save @types/react</pre> Before you can execute above five commands Install (NodeJs, NPM and run"npm i create-react-app"). |
Nog een keer MSDOS
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
create-react-app amazingreact npm install --save redux-devtools-extension npm install --save redux npm install --save react-redux (npm install react-templates) npm install --save @types/react&lt;/pre&gt; Before you can execute above five commands Install (NodeJs, NPM and run"npm i create-react-app"). |