DEV Community

Discussion on: Create React App without create-react-app (Typescript)

Collapse
 
bmw2621 profile image
Ben Winchester

[webpack-cli] For using 'serve' command you need to install: 'webpack-dev-server' package

You may want to add webpack-dev-server to your webpack install command.

Also, to make it more of a replacement for CRA, you may want to add jest and react-testing-library, associated types, and config to the the article.

Thanks for the article. I created a template for this on my machine, and am adding those additional packages.