Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsamara/react-netlify-functions
React & Netlify Serverless Functions
https://github.com/mohamedsamara/react-netlify-functions
cloudinary immer lowdb netlify netlify-functions react tailwindcss
Last synced: about 1 month ago
JSON representation
React & Netlify Serverless Functions
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-netlify-functions
- Owner: mohamedsamara
- License: mit
- Created: 2022-07-20T04:43:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T04:01:47.000Z (6 months ago)
- Last Synced: 2024-11-09T05:42:23.147Z (3 months ago)
- Topics: cloudinary, immer, lowdb, netlify, netlify-functions, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Netlify Functions
## Description
This project is an example of using React with Netlify Serverless Functions
![]()
## Quick start
1. Clone this repo using `git clone https://github.com/mohamedsamara/react-netlify-functions.git`
2. Move to the directory: `cd `.
3. Run `yarn install` in order to install dependencies.## Start netlify dev
```
yarn start
```## Start development
```
yarn dev
```## Simple build for production
```
yarn build
```## Preview production build
```
yarn preview
```## Format with Prettier
```
yarn format
```## Run Linter
```
yarn lint
```