Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dhruv-kapoor-1202/serving-md

Simple Markdown Viewer
https://github.com/dhruv-kapoor-1202/serving-md

bun hono markdown react react-markdown tailwindcss

Last synced: 2 days ago
JSON representation

Simple Markdown Viewer

Awesome Lists containing this project

README

        

# serving-md

## Installation and Running Instructions

### Dependencies Installation

To install the required dependencies for the project, execute the following command:

```bash
bun install
```

### Running the Project

To start the development server, use:

```bash
bun run dev
```

### Frontend-Specific Instructions

Navigate to the frontend directory:

```bash
cd .\frontend\
```

To run the frontend development server, execute:

```bash
bun run dev
```

### Building the Project

To build the project, which compiles TypeScript (TSX) and JavaScript (JSX) code into static HTML, CSS, and JavaScript files, use:

```bash
bun run build
```

The build process will generate the output files in the `./frontend/dist/` directory. These static files are then served by the server at `http://localhost:3000`.