Skip to content

NachbarStrom/js-nachbarstrom-frontend-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nachbarstrom React.js Webapp

Get the files

  • Get the source code.
git clone https://gitlab.com/sagar270690/nachbarstrom.git
cd nachbarstrom/

Setup the environment

  • Run script to setup the React environment. It is designed to run on 'Ubuntu 16.04 TLS'. If it doesn't work on your environment, open the file and follow the steps.
  • The script will also compile production-ready files. Press 'Enter' if any step takes too long.
bash ./setup_ubuntu16.sh

Start the server

  • Altough the setup script already does so, you can rebuild the
    production build at any time:
yarn build
  • To run attached to the command line:
sudo $(which serve) build --listen 80
  • To run detached from the command line:
nohup sudo $(which serve) -s build --listen 80 >>logs 2>>logs &
  • Logs are stored on the file 'logs'

Stop the server

sudo killall node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •