An open API service indexing awesome lists of open source software.

https://github.com/utsavdotpro/serverlessdemo-react

Dummy application to try serverless functions
https://github.com/utsavdotpro/serverlessdemo-react

react serverless serverless-functions

Last synced: about 2 months ago
JSON representation

Dummy application to try serverless functions

Awesome Lists containing this project

README

          

# Serverless Demo - React
Dummy application to try serverless functions. Hosted on Netlify

Bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Get Started

Install the dependencies

```bash
yarn install
```

Run the dev build

```bash
yarn dev
```

## Functions

### [helloWorld](functions/helloWorld.js)
Returns a JSON object with following data
```json
{ "message": "Hello Serverless!" }
```

## Technologies Used
- [netlify-cli](https://www.npmjs.com/package/netlify-cli)
- [ExpressJS](https://expressjs.com/)
- [Axios](https://www.npmjs.com/package/axios)

## Credits
- **Code with Ania Kubów** Tutorial: https://youtu.be/n_KASTN0gUE