https://github.com/jcthomas4214/react-next-express
A simple dockerized react starter app w/ Next.js, Express, and Redux
https://github.com/jcthomas4214/react-next-express
Last synced: 2 months ago
JSON representation
A simple dockerized react starter app w/ Next.js, Express, and Redux
- Host: GitHub
- URL: https://github.com/jcthomas4214/react-next-express
- Owner: JCThomas4214
- License: mit
- Created: 2018-08-25T21:19:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T07:59:30.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T11:31:32.268Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React-Next-Express
# Quick Start (Docker)
```bash
$ npm run docker-build # Build the Docker image
$ npm run docker # Run the Docker container
# npm run docker-prod for produciton
```# Quick Start (local)
```bash
$ npm install # Install npm packages
$ npm start # Run express server
# npm run prod for production
```