Installation
Download the Social Craft source code from CodeCanyon.
Extract the downloaded ZIP file to a folder on your local machine.
Open your terminal or command prompt and navigate to the project directory.
Install the required dependencies using npm:
npm install
- Start: This will start the development server on port 3006.
npm start
- To build the application for production, use the following npm script:
npm run build