javascript - Is there a way to create a redux based reactJS app with a signle command like create-react-app -


i new reactjs , want deep learn it. started practicing reactjs after briefly going through documentation provided facebook.


i started working

npm init
[editing package.json babel, webpack, react, etc. installations]

after quite long practice on drill, know tool

create-react-app [name]

provided facebook ease of developers, new react. moment of relief me.

now working on redux pattern , contains lot of configurations , directory maintenance.

is there tool makes easy set skeleton redux react app?

thanks in advance! :)

although there no direct package create react redux boiler plate. might wanna have @ this. used create-react-app , configures redux nicely.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -