# mini-portal **Repository Path**: mirrors_esnet/mini-portal ## Basic Information - **Project Name**: mini-portal - **Description**: Demonstration of toolkits used to build the MyESnet portal. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. Introduction --- This "mini-portal" is a demonstration of several of the packages used in the [MyESnet Portal](https://my.es.net/). In particular it shows an example of using: * [react-timeseries-charts](http://software.es.net/react-timeseries-charts) * [react-network-diagrams](http://software.es.net/react-network-diagrams) * [pond](http://software.es.net/pond) This was built using [create-react-app](https://github.com/facebookincubator/create-react-app) which is a great way to bootstrap a React project. ### Running the code locally Here's the steps to run the code so you can experiment with it. 1. npm install 2. npm run start 3. Visit [http://localhost:8080](http://localhost:8080/) in your favorite browser. ---