facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.28k stars 26.71k forks source link

create-react-app library #13022

Open gunslingor opened 1 year ago

gunslingor commented 1 year ago

I haven't found a way to use create react app, then generate an npm library tarball with types, esm/cjs support, etc. Is this possible?

getsalty commented 1 year ago

Create React App is designed to allow React beginners to create an SPA, not a npm library.

Here is a guide for creating/deploying an npm package: https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c

BraianS commented 5 months ago

Please close now, don't have any updates.