philhawksworth / jammy-example-api-and-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Site - APIs and UIs

We can keep APIs and UIs in sync by having the APIs be part of the same repo. Serverless functions are handy for that.

Local development

To work on this project locally and explore the code:

# clone the code repository
git clone git@github.com:philhawksworth/example-api-and-ui.git

# move into the project directory
cd example-api-and-ui

# install the dependencies
npm install

# install the Netlify CLI for local serverless functions
npm install -g netlify-cli

# run the build with netlify dev
# and find the local site at http://localhost:8888
netlify dev

Speedy bootstrap

To quickly experiment with this example, you can click the button below. Clicking the button will clone this site repo, setup a new site on Netlify and deploy the site complete with Netlify's CI/CD pipeline configured and operational.

Deploy to Netlify

About


Languages

Language:JavaScript 35.4%Language:HTML 35.3%Language:CSS 29.3%