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

https://github.com/robertoachar/react-lambda-netlify

React + Lambda + Netlify
https://github.com/robertoachar/react-lambda-netlify

functions lambda netlify react serverless

Last synced: 10 days ago
JSON representation

React + Lambda + Netlify

Awesome Lists containing this project

README

        

# react-lambda-netlify

[![License][license-badge]][license-url]

> React + Lambda + Netlify

# Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/react-lambda-netlify.git
```

- Install dependencies

```bash
$ npm install
```

- Run scripts

| Action | Usage |
| ---------------------- | ---------------------- |
| Start development mode | `npm start` |
| Start app | `npm start:app` |
| Start lambda | `npm start:lambda` |
| Build for production | `npm run build` |
| Build app | `npm run build:app` |
| Build lambda | `npm run build:lambda` |
| Lint code | `npm run lint` |

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/react-lambda-netlify/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/react-lambda-netlify.svg
[license-url]: https://opensource.org/licenses/MIT