An open API service indexing awesome lists of open source software.

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.

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