Md-Hadiuzzaman-Rifat / newInspiration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 video application from the "html_template" folder.

serverIcon Get SERVER Template

You can find the raw SERVER template of the video 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 6.2

    git checkout 6.2
  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


Languages

Language:JavaScript 54.7%Language:HTML 40.5%Language:CSS 4.8%