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

https://github.com/albogdano/react-para

React + Para quickstart example
https://github.com/albogdano/react-para

create-react-app para react starter-kit tutorial

Last synced: about 1 month ago
JSON representation

React + Para quickstart example

Awesome Lists containing this project

README

          

![Logo](https://s3-eu-west-1.amazonaws.com/org.paraio/para.png)

# React + Para

[![Join the chat at https://gitter.im/Erudika/para](https://badges.gitter.im/Erudika/para.svg)](https://gitter.im/Erudika/para?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This is an example application for managing recipes, built with React and Para.
It is part of a tutorial on [how to get started quickly with React](https://www.erudika.com/blog/2019/08/14/Building-a-full-stack-application-from-scratch-with-React/)
and how to integrate your React frontend with a Para backend.
It's a simple recipe manager app with:

- CRUD functionality for recipes
- Full-text search
- Markdown support

## [Live DEMO](https://albogdano.github.io/react-para/)

This project was bootstrapped with [Vite](https://vite.dev).

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Learn More

To learn React, check out the [React documentation](https://reactjs.org/).

To learn more about Para, check out [the Para documentation](https://paraio.org/docs).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment