npm create-react-app notes_app Success! Created notes_app at C:~\VScode\create-react-app\notes_app Inside that directory, you can run several commands:
Starts the development server.
Bundles the app into static files for production.
Starts the test runner.
Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!
cd notes_app npm start
Happy coding!
Originally, credited by Peter Jang.