Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1011 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1011 Bytes

This project was bootstrapped with Create React App.

Below you will find some information on how to build and run the application

Table of Contents

About

Create React App is divided into two packages:

This is a new UI for the idgst.info project implemented using ReactJS.

Main git repository is hosted on Gitlab. The mirror repository is hosted on Github

How to run into development mode

npm start

After that UI is available on http://localhost:3000

How to build for production

npm run-script build --production

Content of the build folder is can be used for deployment in production.