Skip to content
View imyjimmy's full-sized avatar
💭
🎉
💭
🎉
Block or Report

Block or report imyjimmy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. How to get a React App to serve from... How to get a React App to serve from PUBLIC_URL
    1
    npm install dotenv --save
    2
    
                  
    3
    ## Note: this is how webpack is set up in fet/frontend. 
    4
    ## In case-dashboard it is more complex, but the tldr is use webpack-dev-server
    5
    ## and have:
  2. example Dockerfiles for React App example Dockerfiles for React App
    1
    FROM node:8
    2
    
                  
    3
    WORKDIR /app
    4
    COPY . ./
    5
    RUN yarn
  3. imyjimmy.github.io imyjimmy.github.io Public

    personal site hosted by github pages

    JavaScript

  4. codeforboston/windfall-elimination codeforboston/windfall-elimination Public

    Windfall Elimination Provision Awareness Project: improving the experience of retirees around an obscure Social Security rule affecting 8+ states (previously https://ssacalculator.org)

    JavaScript 24 45

  5. Paciorkowski-Lab/IndiaAlleleFinder Paciorkowski-Lab/IndiaAlleleFinder Public

    Tool for annotation of next generation sequencing data with allele frequencies of populations from India.

    Perl 1