https://github.com/thusithz/react-simple-form
https://github.com/thusithz/react-simple-form
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thusithz/react-simple-form
- Owner: thusithz
- Created: 2017-06-25T01:45:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T02:12:11.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T07:13:47.913Z (5 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Simple form
## Setup
Install NodeJS to get NPM (https://nodejs.org/en/download/)## Project structure
* public/
* src/
* node_modules/
* package.json
* README.md## Run project
* > npm install
* > npm start