Skip to content
View Whitecx's full-sized avatar
Block or Report

Block or report Whitecx

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. An NPM script for starting both the ... An NPM script for starting both the main server with npm start, and a react local server with npm start in separate windows. (Assumes folder structure: root->client, server
    1
    "scripts":{
    2
        "predualStart": "echo \"DIR=\"$0\"; cd \"$DIR\"; echo \"Launching React Client in New Window\"; echo \"Current directory: \"$PWD\"\"; npm --prefix \"$PWD\"/../client start;\" > clientStarter.sh && chmod +x clientStarter.sh && open -a Terminal clientStarter.sh",
    3
        "dualStart": "trap 'rm clientStarter.sh' SIGINT &&  nodemon --inspect -r dotenv/config -i index.js",
    4
    }
  2. etherscanCLI etherscanCLI Public

    CLI Wrapper for the Etherscan API

    JavaScript

  3. coc.nvim coc.nvim Public

    Forked from neoclide/coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

    Vim Script

  4. opensea-js opensea-js Public

    Forked from ProjectOpenSea/opensea-js

    JavaScript SDK for the OpenSea marketplace. Let your users buy or sell cryptogoods on your own site! - Adding EIP-1559 Support

    TypeScript

  5. jobQuery jobQuery Public

    Get notified when entry level positions open up at Google!

    JavaScript

  6. alertServer alertServer Public

    A local webserver for sending text/email alerts

    JavaScript