Agnik7 / cisco-starter-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cisco-starter-repo

This repository contains all the files required, and the code I wrote to complete the virtual frontend internship at Cisco.

Table of Contents

Tech Stacks Used

  • NodeJS for backend
  • React for frontend
  • Websockets for communication between server and client

How to run the project

  • clone this repository
  • open your terminal in this directory
  • To run the frontend code, run the following:
    cd sextant
    npm start
  • To run the server, run the following:
    cd pylon
    node server.js

About


Languages

Language:JavaScript 62.3%Language:HTML 19.2%Language:CSS 18.5%