Skip to content

bschumacher/react-register

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

react-register

Build Status

A MaterialUI based dashboard built on React.

This project is still under development. This readme will get updated again soon.

Table of Contents

[TOC]

Live demo

Installation

Docker Deployment
  1. Launch the docker image
docker run -d -p 3000:3000 --name react-register fairbanksio/react-register
  1. Open http://hostname:3000/react-register in a browser.
Manual Deployment (Ubuntu 18.04)
  1. Install dependencies
apt-get install nodejs git
  1. Install Yarn
npm install -g yarn
  1. Clone the repository
git clone https://github.com/Fairbanks-io/react-register/
  1. Change into react-register directory
cd react-register
  1. Install module dependencies
yarn install
  1. Run the start script
yarn start
  1. Navigate to http://host:3000/react-register

Site modification and configuration

  1. Check if src/variables/SiteData.jx exists

    • If it exists, modify this file as necessary.
    • If the file does not exist, copy SiteData.jsx-sample to SiteData.jsx
  2. Make all modifications as necessary to SiteData.jsx

Build and deploy a production ready version

  1. For serving a build version of this application, checkout ExpressHTTP

About

A MaterialUI based personal dashboard built on React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.9%
  • JavaScript 49.5%
  • Other 0.6%