Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imbenrabi/react-app-renderer
https://github.com/imbenrabi/react-app-renderer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imbenrabi/react-app-renderer
- Owner: imbenrabi
- Created: 2024-11-05T09:21:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:24:25.000Z (about 2 months ago)
- Last Synced: 2024-11-05T10:30:20.281Z (about 2 months ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```