Skip to content

Commit 8c14d0c

Browse files
authored
Merge pull request #3 from helpdeveloper/feature/performance-optimizations
feat: implement comprehensive performance optimizations
2 parents 2523baf + f623b7d commit 8c14d0c

File tree

15 files changed

+4307
-172
lines changed

15 files changed

+4307
-172
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ yarn build
6666

6767
2. Os arquivos estáticos serão gerados na pasta `out/`
6868

69-
3. Para fazer o deploy:
69+
3. Para testar o build localmente:
70+
```bash
71+
npx http-server ./out -p 8000
72+
```
73+
- Acesse em: http://localhost:8000
74+
75+
4. Para fazer o deploy:
7076
- Copie todo o conteúdo da pasta `out/` para o diretório raiz do seu servidor web
7177
- Certifique-se de que o arquivo `.htaccess` está configurado corretamente
7278
- Configure o SSL/HTTPS no servidor

0 commit comments

Comments
 (0)