# Simple build configuration [phases.install] cmds = ['npm install'] [phases.build] cmds = ['npm run build'] [start] cmd = 'npm start'