Projeto | Tecnologias | Layout | Licença
Criaçao da pagina inicial do Orkut usando React
Curso passo a passo disponibilizado pela Alura
Dependencies
"dependencies": {
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.2.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0"
},
# Clone the repository
$ git clone https://github.com/GabrielMedradoS/alurakut.git
# Access the project folder at the command prompt
$ cd alurakut
# Install the dependencies
$ npm install
# Run the script "start"
$ npm start
# The project will start at the door: 3000 - access http://localhost:3000
This project is under the MIT license. See the archive LICENSE for more details.
Gabriel Medrado |