Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnature/react_fileupload
https://github.com/dnature/react_fileupload
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnature/react_fileupload
- Owner: DNature
- Created: 2019-07-11T15:23:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:26:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:33:16.111Z (over 1 year ago)
- Language: JavaScript
- Size: 4.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Express Express-FileUpload
> Create full stack apps with React and Express. Run your client and server with a single command.
## Quick Start
```bash
# Install dependencies for server
npm install# Install dependencies for client
npm run client-install# Run the client & server with concurrently
npm run dev# Run the Express server only
npm run server# Run the React client only
npm run client# Server runs on http://localhost:5000 and client on http://localhost:3000
```## App Info
### Author
Divine Nature
[Divine Nature](http://www.divinenature.tk)### Version
1.0.0
### License
This project is licensed under the MIT License