Skip to content

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/apiPUBLIC_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

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages