Skip to content

alysonfs/gmail-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmail Clone

Application running

https://clone-1ad71.web.app/

Used technologies

  • React JS

    Developed with minimal organization of the pages and components.

    Used:

  • Firebase

    • Authentication ( Google Provide )
    • Firestore

Start application

Clone the project, download dependencies and start application

# go to your workspace folder
$ git clone https://github.com/alysonfs/gmail-clone.git
# go to gmail-clone folder
$ cd gmail-clone
# download dependencies
$ yarn
# start application
$ yarn start

To build

# just execute
$ yarn build