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

https://github.com/t18n/react-dockerized-boilerplate

Dockerized React app with Nginx image boilerplate
https://github.com/t18n/react-dockerized-boilerplate

docker nginx react

Last synced: about 2 months ago
JSON representation

Dockerized React app with Nginx image boilerplate

Awesome Lists containing this project

README

          

# React Dockerized Boilerplate

## Prerequisite
1. Docker installed

## Installation
1. Clone the project
2. Run `yarn`
3. Build the project: `yarn build`
4. Build docker image: `yarn docker-build`
5. Serve the project: `yarn serve`
6. Navigate to `localhost:8083`