Skip to content

Latest commit

History

History
51 lines (34 loc) 路 1.17 KB

File metadata and controls

51 lines (34 loc) 路 1.17 KB

Github Clone

Demo 馃摳


Application deploy with netlify: 馃挩

https://github-clone-wsl.netlify.app

馃摐 About the Project

This is a simple github clone.

馃洜 Technologies

  • React.js
  • Styled-components
  • react-calendar-heatmap
  • date-fns
  • TypeScript
  • EditorConfig

  • 馃捇 How to run the application

    Pre-requisites:

    You must have the tools installed: Git, Node.js.

    # In the terminal, clone the project:
    $ git clone https://github.com/Wesley-wsl/github-clone.git
    
    # Enter the project folder:
    $ cd github-clone
    
    # Install dependencies:
    $ yarn install
    or
    $ npm install
    
    # Run the application:
    $ yarn start
    or
    $ npm run start
    

    Okay, now you can access the application from the route: https://localhost:3000/