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
- Host: GitHub
- URL: https://github.com/arvind-4/coderunner
- Owner: arvind-4
- License: mit
- Created: 2024-03-20T05:31:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:27:47.000Z (over 1 year ago)
- Last Synced: 2025-05-15T19:11:23.046Z (8 months ago)
- Topics: express, nextjs-tailwind, nextjs14, typescript
- Language: TypeScript
- Homepage: https://awesomecoderunner.vercel.app
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).
[](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).