Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dnature/react_fileupload


https://github.com/dnature/react_fileupload

Last synced: 9 days ago
JSON representation

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