https://github.com/inferno-framework/inferno-web-app
https://github.com/inferno-framework/inferno-web-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inferno-framework/inferno-web-app
- Owner: inferno-framework
- License: apache-2.0
- Created: 2020-12-22T15:06:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T16:46:28.000Z (about 5 years ago)
- Last Synced: 2025-03-23T04:14:37.304Z (about 1 year ago)
- Language: TypeScript
- Size: 779 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prototype Inferno Web App
:warning: **This is not the main Inferno application!
This is a prototype frontend for a potential future version of Inferno** :warning:
You can find the main Inferno app at: https://github.com/onc-healthit/inferno
## Installation
**Prerequisites:**
- [Node.js and NPM](https://www.npmjs.com/get-npm)
To install the app dependencies run:
```shell
npm install
```
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm lint`
Runs the linter to perform style checks.
`npm lint:fix` can be used to automatically fix issues.
### `npm build`
Builds the app for production to the `build` folder.
## Contact Us
The Inferno development team can be reached by email at inferno@groups.mitre.org.
Inferno also has a dedicated [HL7 FHIR chat channel](https://chat.fhir.org/#narrow/stream/153-inferno).
## License
Copyright 2020 The MITRE Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
```
http://www.apache.org/licenses/LICENSE-2.0
```
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.