Build with Nodejs + TypeScript + Angular + React + MySQL and PostgreSQL
Website • Discord • Community • Twitter • Reddit • Documentation
If you want to create a local repository so that you can use tools such as Git...
Node.js - v^18.20 or newer
Angular version - v^17
*To clone the Admin folder to your local using below command.
git clone https://github.com/spurtcommerce/marketplace-admin-angular
*If you using below Node.js version 18.20 Using below command:
nvm use 18.20
- Install the necessary packages on your local by running:
npm install
-
To edit environment file in your local for environment file setup.
File name : environment.ts
Example : baseUrl: '<'Your api_base_url'>', // eg:'https://your-web-site.com/api'
ImageUrl: '<'Your API url for image resize'>', //eg:'https://your-web-site.com-image/'
- Ensure that all of the above steps are successfully implemented. After that, run the code with the following command:
npm run large-serve
To view it in your browser, go to : http://localhost:4200/#/auth/login
- If you want to create a build, set up the environment.prod.ts file, and then execute the following command to generate the build:
npm run large-build
Once successfully executed, a build file will be created in the dist folder
- Following these steps will successfully install and set up the Spurtcommerce Marketplace solution on your local machine (or server).
The Admin Panel can be accessed at:
- http://{your-domian or IP}/admin/#/auth/login
Upon completion of the above steps, the build of the admin panel should be successfully set up.
Username : "marketplace@spurtcart.com"
Password : "Marketplace123$@!"
Spurtcommerce 5.1.0 is published to npm under the @spurtcommerce/*
namespace.
You can find our extended documentation on our www.spurtcommerce.dev, but some quick links that might be helpful:
- Read Technology to learn about our vision and what's in the box.
- Our Discard Questions, Live Discussions Spurtcommerce Support.
- Some Video Video Tutorials
- Every Release is documented on the Github Releases page.
🐞 If you spot a bug, please submit a detailed issue, and wait for assistance.
🤔 If you have a question or feature request, please start a new discussion.
🤔 This project is tested with BrowserStack
Spurtcommerce is developed and maintain by Piccosoft Software Labs India (P) Limited,.
Spurtcommerce is released under the BSD-3-Clause License..