📐Getting Started
Setup Able Pro .Net
Able Pro supports ASP.net Core 7. The following is a guide to quickly start using the template.
Prerequisites
Visual Studio
Make sure to have Visual Studio downloaded on your machine. Currently, Able Pro supports ASP.net Core 7 or newer.
Build Theme
Go to the root directory of the project and open AbleproDotNet.sln
solution file in Visual studio.
How to set up Gulp for Able Pro?
Make sure that you have already installed Nodejs and Gulp on your server/computer
Open the "Command prompt" and redirect to your project root directory.
Enter the command
npm install
oryarn
in the command prompt.After that, you need to run the below
gulp
tasks to build a production-ready dist/ directory.
Gulp Commands(task)
Default task
Gulp Command | Description |
---|---|
| which build assets in |
Basic task
Gulp Command | Description |
---|---|
| which compile .scss files from |
| which use to optimize images from |
| which use to copy files from |
| which uses compiling your HTML file from |
| which use to build |
now Compile and run the project using visual studio
Last updated