Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/renie/mg-institute-front
- Owner: renie
- Created: 2020-10-13T11:20:37.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-19T20:10:57.000Z (almost 3 years ago)
- Last Synced: 2023-07-25T16:34:26.970Z (over 1 year ago)
- Topics: parcel-bundler
- Language: HTML
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```