Created
June 15, 2022 19:48
-
-
Save amirilovic/a191889648a520a7af3eac8070191eed to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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