Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 584 Bytes

iSeqL Front End React Server

Work in progress (WIP), details soon to come on code structure and how to launch server locally.

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/create-react-app
cd create-react-app

Install it and run:

npm install
npm run start

The idea behind the example

Create React App with no build configuration.