- Install nodejs.
- Open a Cmd Window and Install Node Package Manager > npm i -g
- If you use VS code install two helpful extensions:
– Simple React Snippets: by Burke Holland
– Prettier code formatter: by Esben Petersen ( settings: text editor: enable formatting on save)
- To create an app:
cd to location for the app
>create-react-app app-name
[code lang="js"] Instal Node Package Manager : npm i -g [/code]