Node Js Stater Kit For Run Project in Development Make sure you have Node.js and the Yarn installed. Required Node Js Version : v16.18.1 nvm install nvm use yarn yarn dev Your app should now be running on localhost:4000. For Run Project in Production yarn yarn build yarn start