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
You don’t need to install or configure tools like Webpack or Babel.
They are preconfigured and hidden so that you can focus on the code.
Just create a project, and you’re good to go.
... so the resulting project has only a package.json, node modules folder an the „src“ but nothing else.
As soon as you run npm run nikita-eject it would also store the Gruntfile and configs, but you don’t need to execute this.
https://github.com/facebookincubator/create-react-app/blob/master/README.md
Their approach is:
... so the resulting project has only a package.json, node modules folder an the „src“ but nothing else.
As soon as you run
npm run nikita-eject
it would also store the Gruntfile and configs, but you don’t need to execute this.What do you think?
@axten @ceehaupt
The text was updated successfully, but these errors were encountered: