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
I would be nice to have documentation about running the project, I know this is a static project for now, but it will probably grow and maybe you would use webpack or more libraries (live reloading, etc). With this PR you would only need to install the dependencies npm install and npm start to start the app, then it would be exposed on localhost:8080
The text was updated successfully, but these errors were encountered:
I think that is more about personal preferences, I used to use grunt/gulp but then I switch to webpack, things looks easier to configure and currently you have smart defaults on version 4. Also webpack looks like more configuration than writing code like gulp does.IMO I will go with Webpack because it's the common default on proyects, I saw that on many repos.
I would be nice to have documentation about running the project, I know this is a static project for now, but it will probably grow and maybe you would use
webpack
or more libraries (live reloading, etc). With this PR you would only need to install the dependenciesnpm install
andnpm start
to start the app, then it would be exposed onlocalhost:8080
The text was updated successfully, but these errors were encountered: