Skip to content

rnella01/redux-06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Redux

Commands to generate the project (ignore if you you want to just work off the cloned repo)

# This command installs [Parcel Web App Bundeler](https://parceljs.org/) globally, 
# so this command is to be executed once not each time you create a project
$ npm install -g parcel-bundler

# create the project directory
$ mkdir redux-06 
$ cd redux-06 

# Initialize a project
$ yarn init -y

# Add redux dependency
$ yarn add redux

# To start Parcel serving the index.html page
# The server runs at http://localhost:1234 
$ parcel index.html

Commands to run the cloned project

# Install Dependencies
$ yarn install

# To start Parcel serving the index.html page
# The server runs at http://localhost:1234 
$ parcel index.html

About

Getting Started with Redux, Video - 06

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published