Try this everything has changed: https://proton-native.js.org/#/quickstart
# install the cli app
npx proton-native-cli init my-app
# move to your project directory
cd my-app
npm install
# run your app
npm run start
# OR to run with hot reloading
npm run dev