https://github.com/fsmaiorano/aspnetcore-with-typescript-scss
:computer: This project is a quick boilerplate for user ASPNET Core with Typescript and SCSS without gulp or grunt for transpiling archives.
https://github.com/fsmaiorano/aspnetcore-with-typescript-scss
aspnet-core autoprefixer netcore node-sass npm-scripts postcss postcss-cli scss typescript
Last synced: about 2 months ago
JSON representation
:computer: This project is a quick boilerplate for user ASPNET Core with Typescript and SCSS without gulp or grunt for transpiling archives.
- Host: GitHub
- URL: https://github.com/fsmaiorano/aspnetcore-with-typescript-scss
- Owner: fsmaiorano
- License: gpl-3.0
- Created: 2018-11-10T15:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:46:36.000Z (over 7 years ago)
- Last Synced: 2025-03-24T13:46:09.527Z (about 1 year ago)
- Topics: aspnet-core, autoprefixer, netcore, node-sass, npm-scripts, postcss, postcss-cli, scss, typescript
- Language: C#
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASPNET Core with Typescript and SCSS
This project is a quick boilerplate for user ASPNET Core with Typescript and SCSS without gulp or grunt for transpiling archives.
## Getting Started
This project needed the last version of .NETCore and NodeJS for run.
### Prerequisites
Download and install .NETCore - https://www.microsoft.com/net/download
Download and install NodeJS - https://nodejs.org/en
### Installing
Execute the commands:
```
$ dotnet restore
```
and
```
$ npm install
```
## Deployment
Execute the command:
```
$ npm run dev
```
and wait for success message of dotnet core
## Built With
- [.NETCore](https://www.microsoft.com/net) - The web framework used
- [NodeJS](https://nodejs.org/en/) - JavaScript runtime