Skip to content

PathwayAndDataAnalysis/single-cell-pathway-analysis-client

Repository files navigation

Single Cell Pathway Analysis - Client Side

This repository contains the client side code for the Single Cell Pathway Analysis project. The client side code is responsible for the user interface and the communication with the server side code. The server side code is responsible for the data processing and the communication with the database.

The client side of the Single Cell Pathway Analysis project is written in JavaScript and uses the React framework.

Requirements

Install Node.js

Linux

1. Using nvm

sudo apt-get update
sudo apt-get upgrade

Install curl

sudo apt install curl

Install nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

Installing nvm using nvm

nvm install 16

Check version

node --version

Windows

MacOS

  • Install using homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install node
node --version

Get Started

git clone https://github.com/PathwayAndDataAnalysis/single-cell-pathway-analysis-client.git
cd single-cell-pathway-analysis-client
npm install

npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published