Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

62 lines (32 loc) · 1.7 KB

Xpro: A Next-Generation Code Editor

cool, smooth & useful..png

✖️pro is a new and customizable online Code Editor. It is a “playground for the front-end designers and developers". It is great for testing out bugs, making notes, and collaborating with others.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

bash
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

To run server Chat server locally.

cd server/
npm start

  • And then go to the chat.tsx file and uncomment the
server = io.connect('localhost:4000')

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.