-
-
Save Tevinthuku/48de8075b5ec4342c69a70a5c9ce231e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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