https://github.com/gndx/react-form-firebase
Simple form with Firebase
https://github.com/gndx/react-form-firebase
contact firebase form react
Last synced: 8 months ago
JSON representation
Simple form with Firebase
- Host: GitHub
- URL: https://github.com/gndx/react-form-firebase
- Owner: gndx
- License: mit
- Created: 2017-11-10T04:50:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T19:25:39.000Z (over 5 years ago)
- Last Synced: 2024-05-01T14:40:40.054Z (about 2 years ago)
- Topics: contact, firebase, form, react
- Language: JavaScript
- Homepage: https://gndx.co
- Size: 82 KB
- Stars: 25
- Watchers: 5
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-form-firebase
Simple form with Firebase

### Install Dependencies
```
npm install
```
### Starting the Server
Run the next command to launch the development server.
```
npm start
```
### Building for Production
To build an optimized bundle, run
```
npm run build
```
## Demo
[demo](https://gndx-projects.firebaseapp.com/)
## Info
[Create a contact Form with React + Firebase](https://gndx.co/formulario-de-contacto-con-react-firebase/)