1. Install the RAX CLI tool:
npm install -g rax-cli
2. Use the RAX CLI tool to create a new project:
rax init YOUR_PROJECT_NAME
3. Change directory to your new project directory and use the start command to initialize your local development server:
npm start