# Quick start

Make sure Nodepack is installed.

✨️ Create a new project:

nodepack create my-project

📂️ Go to the project folder:

cd my-project

🚀️ Build in development with auto-reload:

nodepack

⚙️ Build for production:

nodepack build

Continue reading this guide to learn more!