Skip to main content

Redux: Notes

Redux Logo

https://redux.js.org/

PS D:\projects> npx create-react-app redux --template redux

Creating a new React app in D:\projects\redux.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template-redux...

yarn add v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
...
...
...
Done in 19.11s.

Created git commit.

Success! Created redux at D:\projects\redux
Inside that directory, you can run several commands:

  yarn start
    Starts the development server.

  yarn build
    Bundles the app into static files for production.

  yarn test
    Starts the test runner.

  yarn eject
    Removes this tool and copies build dependencies, configuration files
    and scripts into the app directory. If you do this, you can’t go back!

We suggest that you begin by typing:

  cd redux
  yarn start

Happy hacking!
PS D:\projects>

Redux courses

>>> Learn Redux | freeCodeCamp.org

Popular posts from this blog

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.