# next_js_test **Repository Path**: mirrors_mrjimenez/next_js_test ## Basic Information - **Project Name**: next_js_test - **Description**: Next_js test - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-27 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Next_js test ## Inicialização 1. Criação do package.json ```bash $ npm init -y Wrote to /home/mroberto/rpms/javascript/next_js/next_js_test/package.json: { "name": "next_js_test", "version": "1.0.0", "description": "Next_js test", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mrjimenez/next_js_test.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mrjimenez/next_js_test/issues" }, "homepage": "https://github.com/mrjimenez/next_js_test#readme" } ``` 1. Instalação das dependências ```bash npm install next npm install react npm install react-dom ``` ou ```bash npm install react react-dom next ``` ```bash npm install gray-matter npm install remark remark-html npm install date-fns ```