Skip to content

devthiart/javascript-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-es6

Simple pages developed during Alura courses.

Certificates

https://cursos.alura.com.br/certificate/de78141f-53f9-4f52-ac30-c58f82b0176e https://cursos.alura.com.br/certificate/f766c65f-2ffb-43f9-ad8e-821027ed2791 https://cursos.alura.com.br/certificate/07e83967-f7d8-4ea2-95d6-766cc33b47ad

Installing project

In the path /client run the 'npm install' command to install the project's dependencies. In the path /server run the 'npm install' command to install the server's dependencies.

Run project

In the path /server, run the 'npm start' command and open 'http://localhost:3000' to view it in the browser.