Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```