Setup Install dependencies: npm install Start development server: npm start To deploy on the staging server (this will automatically also build the project): npm run deploy To build for production: npm run build