Initialise the project - npx react-native init AwesomeProject. Reference
To run the project - npx react-native run-android and npm start in the project directory. (make sure that your phone is connected, you can check this by running command adb devices. If this command you shows a connected devices and you are all set.)
If the project does not run and shows error reinstall watchman or run npm install in root folder.