-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
Description
create-react-app has it, google's abandoned web starter kit has it.
i really like this starter kit so adding new features would be pretty neat. i really like how react can turn a basic web app into a PWA without doing anything.
btw i'd be nice to see webpack-dev-server host a server on the local network the same way create-react-app does. i just added my ip to the --host flag to webpack-dev-server in npm start but it would be nice to see this starter kit do it automatically out of the box.