Skip to content

Instantly share code, notes, and snippets.

@Tevinthuku
Created August 22, 2019 10:46
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 Tevinthuku/48de8075b5ec4342c69a70a5c9ce231e to your computer and use it in GitHub Desktop.
Save Tevinthuku/48de8075b5ec4342c69a70a5c9ce231e to your computer and use it in GitHub Desktop.
$ yarn init -y // if you have yarn installed
$ npm init -y // if you have npm
// install rollup
$ yarn add rollup —-dev
$ npm install rollup —-save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment