$ npm run dev
> next dev

Compiling...

[1] Starting development server...
[2] Connecting to database...
[3] Listening on http://localhost:3000

const user = await getUser();
console.log('Welcome to IT-Community!');

function sum(a, b) {
  return a + b;
}

sum(42, 27); // 69
Back to Forums

Browse Tags

Find topics by tags

All Tags
Browse posts by tags
AI
AWS
Azure
Career
Database
DevOps
Docker
JavaScript
Kubernetes
Linux
Machine Learning
Networking
Next.js
NoSQL
Python
React
Security
SQL
TypeScript
Windows