toniton / contacts

A project to showcase my frontend skills, a visual representation of Contact Listing Page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact

npm

Curious?

preview

Setup Instructions:

  • With node installed, clone the repository, change your current directory to the project root folder and install the dependencies.

    $ cd <project_root_folder>
    $ npm install
  • When this is done, issue the following command to start the application, please ensure you are still in the project root folder and you have a good internet connection.

    $ npm run server
  • You should see a message

    ...
    
    TransferWise app listening on port 3000! 
  • Visit http://localhost:3000 on your computer.

  • You can run test also using the following command.

    $ npm run test

Cheers, I hope you like what you see.

About

A project to showcase my frontend skills, a visual representation of Contact Listing Page.


Languages

Language:JavaScript 74.5%Language:CSS 22.6%Language:HTML 2.8%