This is my course for wes bos's learn redux
First npm install to grab all the necessary dependencies.
npm install
Then run npm start and open localhost:7770arrow-up-right in your browser.
npm start
Run npm build to create a distro folder and a bundle.js file.
npm build
Last updated 3 years ago