Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 973 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 973 Bytes

HCA Data Portal

Developer Workspace

Requirements

Setup

Clone Repo

Clone the data-portal repo:

git clone [email protected]:DataBiosphere/data-portal.git

Install Packages

Run the following command from the root directory to install the required packages:

npm install

Development Server

Run the following command:

npm run dev

The development server can be viewed at:

localhost:3000

Building

Run the following command to build the dev version of the application:

npm run build-dev:data-portal

The buit version can be run using:

npm start

And can be viewed at:

localhost:3000