Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imbenrabi/react-app-renderer


https://github.com/imbenrabi/react-app-renderer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# React - Vite Application, Served using Fastify server and ejs template

## Running the application

## Prerequisites

- Docker

### Development

- Install dependencies

```bash
npm install
```

- Run the application

Go to Root directory and run

```bash
npm run dev
```

- Open the application in your browser

```bash
open http://localhost:4000
```

### Production

- Build the application

```bash
docker compose up --build
```

- Open the application in your browser

```bash
open http://127.0.0.1:4001
```