Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/react_express_starter
Starter pack for React and Express full stack development
https://github.com/bradtraversy/react_express_starter
Last synced: 3 months ago
JSON representation
Starter pack for React and Express full stack development
- Host: GitHub
- URL: https://github.com/bradtraversy/react_express_starter
- Owner: bradtraversy
- Created: 2017-12-31T13:56:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T17:58:53.000Z (over 3 years ago)
- Last Synced: 2024-07-31T19:42:42.461Z (5 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 780
- Watchers: 35
- Forks: 463
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Express Starter Pack
> Create full stack apps with React and Express. Run your client and server with a single command.
### Redux Version
This version does not include Redux
[Click Here For Redux Version](https://github.com/bradtraversy/react_redux_express_starter)## 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
Brad Traversy
[Traversy Media](http://www.traversymedia.com)### Version
1.0.0
### License
This project is licensed under the MIT License