Skip to content

mabuhanifa/redux-7th

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Facebook


Logo

tableOfContent Table of Contents

HTML TEMPLATE SERVER TEMPLATE CODE RUN CONTACT
Get HTML template Get SERVER template How to run Contact us

htmlIcon Get HTML Template

You can find the raw HTML template of the expense tracker application from the "html_template" folder.

serverIcon Get SERVER Template

You can find the raw SERVER template of the expense tracker application from the "server" folder.

rocketIcon How to run

Please follow the below instructions to run this branch in your machine:

  1. Login to the GitHub account on which you have been granted access to this repository. If you have purchased the course but didn't get the access to this repository, please contact our support team. You will find contact details below.

  2. Clone this repository -

    git clone https://github.com/Learn-with-Sumit/think-in-a-redux-way.git
  3. Go to the cloned project directory

    cd think-in-a-redux-way
  4. Checkout/switch to branch 7.9

    git checkout 7.9
  5. Install dependencies

    npm i
  6. Install VS Code Live Server plugin & start the server.

    npm start
  7. Your app should be available in http://localhost:3000


Please follow the below instructions to run server in your machine:

  1. Go to the server directory
    cd server
  2. Install dependencies
    npm i
  3. Start the server
    npm start

contactIcon Contact us

Facebook LinkedIn Instagram mail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published