/Dev-Companion

An application to assist developers and students to stay organized.

Primary LanguageJavaScript

Dev-Companion

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Prerequisites

Requirements for the software and other tools to build, test and push

Installing

A step by step series of examples that tell you how to get a development environment running

Download and install Node & npm

Server

cd server

Install dependencies

npm i

Start server

npm run server

Open a new terminal

Client

cd client

Install dependencies

npm i

Start client

npm start