Eduman Doc..

Template Installation

It’s easy to install Template . Just follow these steps, they won’t take much of your time.
  1. Install NodeJs

    Your computer must have installed nodejs to run this template. You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js


  2. Install Yarn

    Your computer must have installed Yarn globaly to run this template by yarn. You can install yarn globaly by follow this url https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable


  3. Dependencies

    Make sure your node , npm & yarn version match with Recommended


  4. Install Npm Packages

    You must have to install npm packages. You can do this by running npm install --legacy-peer-deps from the root of your project to install all the necessary dependencies.


  5. Development server

    Run npm run dev from the root of your project to start a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.


  6. Install Npm Packages with yarn

    You must have to install npm packages. You can do this by running yarn install from the root of your project to install all the necessary dependencies.


  7. Development server with yarn

    Run yarn dev from the root of your project to start a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.