Skip to content

iarickvigasi/NUIS

Repository files navigation

NUIS: Node UI Server

Main purpose is to provide an easy way to run static local web server. I've created this project for my students which have no prior knowledge to do it using terminal.

Getting Started

Download one of the builds MacOS

Screenshots

First Second

Installing

To run from source install yarn and node

Then clone the repo

git clone https://github.com/iarickvigasi/NUIS

cd into it

cd NUIS

install dependencies

yarn

and run

yarn run dev

Deployment

To generate a package run

yarn package

it should build against your local architecture

Built With

  • React
  • Redux
  • Electron

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details