Based on bootstrapmade appland template
- Run
npm install - Run
npm start - Watch changes on
http://localhost:3000 - Develop
- Run
npm install - Run
npm run dist - Website available in
distfolder
- Make your changes on the
developbranch,commitandpushthem - Netlify will automatically build and deploy the develop branch
- Validate the deployment of the
developbranch here - If everything looks good create a pull request from
developtomasteron GitHub - Wait for the netlify status checks to succeed
- Netlify will automatically build and deploy a deploy preview
- Validate the deployment of the
pull request - Merge the pull request into
masterbranch - Netlify will automatically build and deploy to production
- Validate the deployment to
productionhere