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
- Host: GitHub
- URL: https://github.com/albogdano/react-para
- Owner: albogdano
- Created: 2019-08-14T20:08:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-11T11:10:32.000Z (3 months ago)
- Last Synced: 2025-10-09T04:25:15.457Z (about 2 months ago)
- Topics: create-react-app, para, react, starter-kit, tutorial
- Language: TypeScript
- Homepage: https://albogdano.github.io/react-para/
- Size: 1.35 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React + Para
[](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