Skip to main content

Installation

  1. Download the Social Craft source code from CodeCanyon.

  2. Extract the downloaded ZIP file to a folder on your local machine.

  3. Open your terminal or command prompt and navigate to the project directory.

  4. Install the required dependencies using npm:

 npm install
  1. Start: This will start the development server on port 3006.
 npm start
  1. To build the application for production, use the following npm script:
 npm run build