Skip to content

Getting Started

Shashank Sharma edited this page Dec 14, 2019 · 3 revisions

Frontend setup of the repository

  1. Clone the repository from : IsoHack Repository
  2. Go to the cloned repository
  3. In your terminal, run : npm install to install all the dependencies
  4. To run the project in your browser, type npm start and the project will run on port 3000 ( localhost:3000/ )

New to React and need help? Visit the following links to become comfortable:

  1. FreeCodeCamp's youtube video(Recommended)
  2. Mosh Hamedani's youtube video
  3. Official Documentation

Backend

Installation step is pretty big so please refer to the Installation step in README.md

New to Django please follow:

  1. https://tutorial.djangogirls.org/en/
  2. https://docs.djangoproject.com/en/2.2/intro/

Need Help with Git and GitHub? You can find some pointers in the following links:

  1. Video
  2. Blog
Clone this wiki locally