From 169399f9cb2e29ab7c0a7bd1a2b79389d3130bc2 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 10 May 2019 13:58:45 -0400 Subject: [PATCH] Clear out scope-of-project file --- docs/latest/essentials/scope-of-project.md | 27 +--------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/docs/latest/essentials/scope-of-project.md b/docs/latest/essentials/scope-of-project.md index 7b8465a5b..82280156a 100644 --- a/docs/latest/essentials/scope-of-project.md +++ b/docs/latest/essentials/scope-of-project.md @@ -1,26 +1 @@ -# Architecture - -The ohif-viewer package provides two different build processes: - -## create-react-app - -> [create-react-app](https://github.com/facebook/create-react-app) provides -> pre-configured build process for developing front-end applications with -> [React](https://reactjs.org/). - -The ohif-viewer package can be run as a create-react-app application. This is -useful for development, debugging, or evolving ohif-viewer into your own custom -imaging application. - -## Rollup - -> [Rollup](https://rollupjs.org/guide/en) is a module bundler for JavaScript. It -> uses the new standardized format for code modules included in the ES6 revision -> of JavaScript. - -The ohif-viewer package can be built with Rollup to provide a set of React -components which can be dropped into a larger application. Specifically, the -ohif-viewer package provides a React component named `OHIFViewer` which is the -entire viewer, configurable via React `props`. This is useful for including the -OHIF Viewer in a larger web application, as the entire application can be -provided via a `