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

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

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
```