Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 583 Bytes

Netlify Status

Conduit build with React

A MERN FullStack Web App.

This Repo only contains the frontend part of the app

API used https://conduit-backend-api.herokuapp.com/api/

More info will be published here. Currently App is in Development Phase

Executing on your local environment

Use following commands to run locally:

npm install
npm start

Use following commands for build:

npm build