Skip to main content

Start the Project

Our community aims to provide valuable resources and guidance to beginners by allowing them to directly experience the app development process from the beginning. To initiate our project, we utilize dooboo-cli. This tool efficiently integrates necessary components to facilitate project commencement and has been consistently maintained for 7 years, reflecting the latest tech stack.

Creating the Project

First, enter the following command in a terminal where Node.js is properly installed. Those who have followed the instructions in the 'Development Environment' section should already have the necessary environment set up.

npx dooboo init
dooboo-init

Then, input the project name in PascalCase as shown below, and the project will be created.

dooboo-init-run-1

For more detailed information about dooboo-cli, you can check out this blog post.

Error Resolution

When you face below error in iOS,

Error: xcrun exited with non-zero code: 60
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=60):
Unable to boot the Simulator.

Try to run below command and run again.

rm -rf ~/Library/Developer/CoreSimulator/Caches