Skip to content

shared-logs/web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Logs App

Scrutinizer Code Quality

Install

  1. npm install
  2. Create .env.local with any necessary overrides of .env to match your environment.
  3. npm run build
  4. Move/symlink/whatevs the contents of the build directory to their destination

A sample .env.local file might be:

REACT_APP_API_URL=http://url/of/api
PUBLIC_URL=/path/to/build/dir/from/web/root

And a sample build script (i.e. the one I use) might look like

#!/usr/bin/env bash
npm install
npm run build
ln -s ~/shared-logs/api build/api

About

Web app providing an interface to the RESTful API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages