Skip to content

ICICLE-ai/FASS-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASS-Frontend for Profiling

About The Project

Frontend for FASS built with React.

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Ensure you have the latest versions of nvm and npm, visit https://nodejs.org/en/download for more details.

Installation

  1. Switch to the appropriate branch If you are running the application locally, then switch to the "reduced_household_request" branch. If you are running the application in a production environment, then switch to the "staging" branch.
  git checkout reduced_household_request 
  1. Change directory to fass-react
  cd fass-react 
  1. Run npm install for node dependencies
 npm install 
  1. Navigate to client.js
 cd src
 cd shared
 nano client.js #any code editor is fine
  1. Change line 3 of client.js to baseURL: 'http://127.0.0.1:8000/api'. (this is assuming you have the backend running locally at localhost)

Usage

  1. Run npm run dev to open the frontend on localhost
npm run dev
  1. For more information on usage, please read this User Guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9

Languages