All Projects → ilios → frontend

ilios / frontend

Licence: MIT license
Ilios Frontend

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
SCSS
7915 projects

Projects that are alternatives of or similar to frontend

mcu-curriculum
Minecraft U Curriculum
Stars: ✭ 48 (+84.62%)
Mutual labels:  education, curriculum
Web Dev For Beginners
24 Lessons, 12 Weeks, Get Started as a Web Developer
Stars: ✭ 39,380 (+151361.54%)
Mutual labels:  education, curriculum
curriculum-foundation
iSAQB Curriculum for the CPSA - Foundation Level. This repository contains copyrighted work.
Stars: ✭ 35 (+34.62%)
Mutual labels:  education, curriculum
resources
Бесплатный образовательный контент, созданный и отобранный профессионалами
Stars: ✭ 20 (-23.08%)
Mutual labels:  education, curriculum
Apcsa Public
AP Computer Science A Curriculum Materials
Stars: ✭ 41 (+57.69%)
Mutual labels:  education, curriculum
Sobre
Informações gerais sobre o Centro de Treinamento
Stars: ✭ 345 (+1226.92%)
Mutual labels:  education, curriculum
web-development-101
Практическое введение во все инструменты, необходимые для создания рабочих веб-сайтов.
Stars: ✭ 21 (-19.23%)
Mutual labels:  education, curriculum
Hackclub
🏫 Hack Club is a nonprofit network of computer science clubs where members learn to code through tinkering and building projects
Stars: ✭ 2,139 (+8126.92%)
Mutual labels:  education, curriculum
Curriculum
👩‍🏫 👨‍🏫 The open-source curriculum of Enki!
Stars: ✭ 624 (+2300%)
Mutual labels:  education, curriculum
Teaching Materials
GDI SF - Web Development and Programming Curriculum
Stars: ✭ 360 (+1284.62%)
Mutual labels:  education, curriculum
Freecodecamp.cn
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Stars: ✭ 36,576 (+140576.92%)
Mutual labels:  education, curriculum
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+1305707.69%)
Mutual labels:  education, curriculum
ember-useragent
An Ember addon for Fastboot-enabled UserAgent parsing via UAParser.js.
Stars: ✭ 34 (+30.77%)
Mutual labels:  ember
FromObjectsToFunctions
An attempt to provide a concrete, working example to demonstrate to C# developers how F# can improve their workflow and performance
Stars: ✭ 22 (-15.38%)
Mutual labels:  education
be-course-20-21
🎓 Backend · 2020-2021 · Curriculum and Syllabus
Stars: ✭ 41 (+57.69%)
Mutual labels:  curriculum
ember-cli-yadda
Write cucumber specs for ember-cli applications
Stars: ✭ 41 (+57.69%)
Mutual labels:  ember
ember-poller
A poller service based on ember-concurrency
Stars: ✭ 15 (-42.31%)
Mutual labels:  ember
ember-named-yields
Named Yields for Ember Components
Stars: ✭ 17 (-34.62%)
Mutual labels:  ember
ember-event-helpers
Complimentary event template helpers to the {{on}} modifier
Stars: ✭ 33 (+26.92%)
Mutual labels:  ember
ember-cordova
CLI for Ember/Cordova/Crosswalk Applications
Stars: ✭ 16 (-38.46%)
Mutual labels:  ember

Ilios Frontend

Web interface for accessing and managing Ilios Platform data.

Continuous Integration Code Climate Test Coverage Netlify Status

Open Source Heroes

Every day these for-profit companies make developing Ilios possible. Without the free tier of service they offer to open source software, ilios would be nowhere, so if you have a chance to pay them for something please do.

Directions for developers working with this ember-cli app

Prerequisites

You will need the following things properly installed on your computer.

Installation

Running / Development

This Frontend will need to know where your backend API server is located. You can set this information in a system wide environment variable name ILIOS_FRONTEND_API_HOST or can just add the setting to a file named .env file within the same directory as your Ilios Frontend code:

  • echo "ILIOS_FRONTEND_API_HOST=https://ilios3-demo.ucsf.edu" > .env

Then you can start a local development server:

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • npm test
  • npm test --server

Linting

  • npm run lint:hbs
  • npm run lint:style
  • npm run lint:js
  • npm run lint:js --fix

Building

  • npm build (development)
  • npm build --environment production (production)

Further Reading / Useful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].