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
- Host: GitHub
- URL: https://github.com/robertoachar/react-lambda-netlify
- Owner: robertoachar
- License: mit
- Created: 2019-03-21T00:10:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T01:29:10.000Z (about 6 years ago)
- Last Synced: 2025-02-17T10:21:41.079Z (3 months ago)
- Topics: functions, lambda, netlify, react, serverless
- Language: JavaScript
- Homepage: https://react-lambda-netlify.netlify.com/
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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