Skip to content

Instantly share code, notes, and snippets.

@amirilovic
Created June 15, 2022 19:48
Show Gist options
  • Save amirilovic/a191889648a520a7af3eac8070191eed to your computer and use it in GitHub Desktop.
Save amirilovic/a191889648a520a7af3eac8070191eed to your computer and use it in GitHub Desktop.
# Create a new package
$ mkdir test-esm
$ cd test-esm
$ npm init -y
# make sure you are using Node 14+
# if you don't have nvm, check this out https://github.com/nvm-sh/nvm#install--update-script
$ nvm install 14
# install react and react-dom
$ npm install react react-dom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment