Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renie/mg-institute-front

Frontend of an online school.
https://github.com/renie/mg-institute-front

parcel-bundler

Last synced: about 2 months ago
JSON representation

Frontend of an online school.

Awesome Lists containing this project

README

        

# MG Institute Frontend
[![Build Status](https://travis-ci.com/renie/mg-institute-front.svg?branch=main)](https://travis-ci.com/renie/mg-institute-front)
[![Maintainability](https://api.codeclimate.com/v1/badges/67161fcf33c8984887f0/maintainability)](https://codeclimate.com/github/renie/mg-institute-front/maintainability)
[![dependencies Status](https://david-dm.org/renie/mg-institute-front/status.svg)](https://david-dm.org/renie/mg-institute-front)
[![devDependencies Status](https://david-dm.org/renie/mg-institute-front/dev-status.svg)](https://david-dm.org/renie/mg-institute-front?type=dev)
[![Known Vulnerabilities](https://snyk.io/test/github/renie/mg-institute-front/badge.svg?targetFile=package.json)](https://snyk.io/test/github/renie/mg-institute-front?targetFile=package.json)

## Dependencies

This project requires just **NodeJS (version >= 14.3)**.

## Setup

Install deps:
```
npm i
```

## Build

This will generate a `dist` directory with build files in it.
If you are using another webserver to serve it, you should point root directory this `dist`.
```
npm run build
```