To create a new project using the boilerplate simply run:
npx react-native@latest init MyApp --template @2ndev/rn-boilerplate
Assuming you have all the requirements installed, you can run the project by running:
yarn start to start the metro bundler, in a dedicated terminal yarn to run the platform application (remember to start a simulator or connect a device).