How to install jasontaylordev/CleanArchitecture. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
jasontaylordev/CleanArchitecture Installation Guide
How to install jasontaylordev/CleanArchitecture. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for jasontaylordev/CleanArchitecture. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i jasontaylordev/CleanArchitectureor
Install via npx
npx @hexmos/ipm i jasontaylordev/CleanArchitecturePrerequisites
Visual Studio Code
environmentVersion: 1.80.0-insider
Node.js
system_toolVersion: 16.14.0
PostgreSQL
system_packageSQLite
system_packageVersion: 3.37.0
SQL Server
system_package.NET SDK 10.0
environmentManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Using .NET CLI for Project Creation and Execution
dotnet new ca-sln --client-framework Angular --output YourProjectName
cd src/Web
dotnet runUsing npm and Angular CLI for Project Creation and Execution
ng new YourProjectName --client-framework AngularUsing .NET CLI for Project Creation and Execution (React)
dotnet new ca-sln -cf React -o YourProjectNamePost Installation Steps
- Open your browser and navigate to http://localhost:5000 (or the address specified in your project's configuration). This will launch the application.
- If you're using Angular, you can also use the command `ng serve` to start the development server. This will automatically open a local web page at http://localhost:4200.
- To access the API, you can use tools like Postman or curl to send requests to the specified endpoints (e.g., http://localhost:5001/api/users).
- If you're using a database, you may need to run migrations to ensure your data is properly set up.
