You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is yeoman going to move to using yarn/npm create? that would be awesome they would just need to rename the generator packages and include the cli in them so instead of yo react-app it could be npm create yeoman-react-app
From NickServ
Create a new React-based project using create-react-app
https://npm.im/create-react-app:
$ npm init react-app ./my-react-app
Create a new esm-compatible package using create-esm https://npm.im/cre-
ate-esm:
$ mkdir my-esm-lib && cd my-esm-lib
$ npm init esm --yes
The text was updated successfully, but these errors were encountered:
From NickServ
The text was updated successfully, but these errors were encountered: