Skip to content

Commit eb7ee10

Browse files
Painel
Painel xit Signed-off-by: aquilesgabriel457-jpg <aquilesgabriel457@gmail.com>
1 parent 8cb595a commit eb7ee10

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

pages/index.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
---
2-
authors: avivkeller
3-
---
4-
5-
# Learn Node.js
6-
7-
Welcome to the Node.js learning resources. Whether you're just getting started or looking to deepen your knowledge, these guides cover everything from the basics to advanced topics.
8-
9-
- [Getting Started](/learn/getting-started/introduction-to-nodejs) — Install Node.js and write your first program
10-
- [Command Line](/learn/command-line/run-nodejs-scripts-from-the-command-line) — Run scripts, use the REPL, and handle I/O
11-
- [HTTP](/learn/http/anatomy-of-an-http-transaction) — Build web servers and work with HTTP
12-
- [File System](/learn/manipulating-files/nodejs-file-stats) — Read, write, and manipulate files
13-
- [Asynchronous Work](/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks) — Understand async patterns, promises, and the event loop
14-
- [TypeScript](/learn/typescript/introduction) — Use TypeScript with Node.js
15-
- [Package Management](/learn/getting-started/an-introduction-to-the-npm-package-manager) — Publish and manage packages
16-
- [Diagnostics](/learn/diagnostics/user-journey) — Debug performance and memory issues
17-
- [Testing](/learn/test-runner/introduction) — Write and run tests with the built-in test runner
18-
- [Security](/learn/getting-started/security-best-practices) — Follow security best practices
1+
npx create-expo-app sensi-ff
2+
cd sensi-ff
3+
npm start
4+
App.js
5+
npm install -g eas-cli
6+
eas login
7+
eas build -p android --profile preview

0 commit comments

Comments
 (0)