To work on this example locally, you can clone the repository and start editing, although there are a few pre-requisites:
- NodeJS and NPM
- A free Netlify account
- A free newsapi.org API key
- A free openweathermap.org API key
# clone the repo
git clone https://github.com/rezaduha/jamstack-web-app-001.git
# move into the working directory and install dependencies
cd jamstack-web-app-001
npm install
# build and start the local development server
npm start
# just run the build
npm run build
If you wanted to quickly clone this repository and deploy it as a new site on Netlify you can click the button below for a rapid start. This will give you a ready-made CI/CD pipeline linked to your git commits.