AngularWebpackVisualStudio
Template for ASP.NET Core, Angular with Webpack and Visual Studio
File Explorer
Download Latest Version (.zip)- dotnet-new.jpg
- HMR.md
- LAZY_LOADING.md
- template.json
- launch.json
- tasks.json
- about.component.html
- about.component.ts
- about.module.ts
- about.routes.ts
- thing-data.service.ts
- core.module.ts
- home.component.html
- home.component.ts
- home.module.ts
- home.routes.ts
- thing.ts
- customfooter.component.html
- customfooter.component.ts
- navigation.component.html
- navigation.component.ts
- shared.module.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.constants.ts
- app.module.ts
- app.routes.ts
- damienbod.jpg
- fabianGosebrink.jpg
- RobertoSimonetti.jpg
- app.scss
- home.component.spec.ts
- index.html
- main-aot.ts
- main.ts
- polyfills.ts
- styles.scss
- vendor.ts
- spec.bundle.js
- webpack.dev.js
- webpack.helpers.js
- webpack.prod.js
- webpack.test.js
- ThingsController.cs
- Thing.cs
- launchSettings.json
- IThingsRepository.cs
- ThingsRepository.cs
- favicon.ico
- .eslintignore
- .eslintrc.js
- AngularWebpackVisualStudio.csproj
- appsettings.json
- favicon.ico
- karma.conf.js
- package-lock.json
- package.json
- Program.cs
- Startup.cs
- tsconfig-aot.json
- tsconfig.json
- web.config
- webpack.config.js
- launchSettings.json
- AngularWebpackVisualStudio_Tests.csproj
- ThingsController_Tests.cs
- .gitignore
- AngularWebpackVisualStudio.sln
- appveyor.yml
- CHANGELOG.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/damienbod/AngularWebpackVisualStudio
Downloads the entire project code from GitHub to your computer.
cd AngularWebpackVisualStudio
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
- **.template.config** _Folder containing the template information about the dotnet new template_
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd src/AngularWebpackVisualStudio
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
