Skip to content

Instantly share code, notes, and snippets.

@RJFerguson
Last active December 11, 2019 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RJFerguson/ef487893e06226e400634b4ba22830e6 to your computer and use it in GitHub Desktop.
Save RJFerguson/ef487893e06226e400634b4ba22830e6 to your computer and use it in GitHub Desktop.
create a new node application
#!/bin/bash
curl -fsSL https://github.com/RJFerguson/express-server-boilerplate/archive/master.tar.gz | tar -xz --strip-components=1
git init
npm i
npm run start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment