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

https://github.com/arvind-4/coderunner

Monorepo for nextjs frontend and express.js backend
https://github.com/arvind-4/coderunner

express nextjs-tailwind nextjs14 typescript

Last synced: 6 months ago
JSON representation

Monorepo for nextjs frontend and express.js backend

Awesome Lists containing this project

README

          

# coderunner

A simple nextjs app with express js backend using typescript on Vercel.

## 📦 Tech Stack:

- [Next Js](https://www.nextjs.org/) - The React Framework for the Web.
- [Typescript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [Express](https://expressjs.com/) - Fast, opinionated, minimalist web framework for Node.js.

## 📦 Getting Started:

1. Clone the project and make it your own.

```bash
mkdir ~/Dev
cd ~/Dev
git https://github.com/Arvind-4/coderunner
cd coderunner
```

2. Install Requirements

```bash
pnpm install
```

3. Run the dev servers for ui and api

```bash
pnpm dev
```

## 🚀 Deploy:

Click the Button to Deploy to [Vercel](https://vercel.com/).

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/Arvind-4/coderunner)

## 🐛 Bug Reporting

Feel free to [open an issue](https://github.com/Arvind-4/coderunner/issues) on GitHub if you find any bug.

## ⭐ Feature Request

- Feel free to [Open an issue](https://github.com/Arvind-4/coderunner/issues) on GitHub to request any additional features you might need for your use case.

## 📋 Change Log:

Check [here](https://github.com/Arvind-4/coderunner/commits/main) for change logs.

## 📜 License

This software is open source, licensed under the [MIT License](https://github.com/Arvind-4/coderunner/blob/main/LICENSE).