Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 754 Bytes

File metadata and controls

34 lines (21 loc) · 754 Bytes

dev-connector - MERN stack application.

Getting Started

Prerequisites

The following should be installed in your machine:

This repository contains only the frontend implementation of the Author's Haven project. You can click here to check the backend implementation.

Installing

Start by cloning the repository to your local machine

git clone https://github.com/isaiahRn/dev-connector.git
cd dev-connector

Next install the package dependencies by running

npm install

After that start or build the application by running

  npm run dev # For local development