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

https://github.com/morgancaron/webpack-base-project

A basic code for a project in TypeScript and Sass.
https://github.com/morgancaron/webpack-base-project

Last synced: over 1 year ago
JSON representation

A basic code for a project in TypeScript and Sass.

Awesome Lists containing this project

README

          

# Webpack Base Project

## *A basic code for a project in TypeScript and Sass.*

*This template uses **[Webpack Config Generator](https://github.com/MorganCaron/webpack-config-generator)** to facilitate the configuration part.*

![Github Stars](https://img.shields.io/github/stars/MorganCaron/webpack-base-project?style=for-the-badge)
![Github Forks](https://img.shields.io/github/forks/MorganCaron/webpack-base-project?style=for-the-badge)
[![Discord](https://img.shields.io/discord/268838260153909249?label=Chat&logo=Discord&style=for-the-badge)](https://discord.gg/mxZvun4)

### Project Health
[![Codacy](https://img.shields.io/codacy/grade/d5b23e1df419455dbf66baee6b9a355d?logo=Codacy&style=for-the-badge)](https://www.codacy.com/manual/MorganCaron/webpack-base-project)
[![Github Actions](https://img.shields.io/github/workflow/status/MorganCaron/webpack-base-project/Documentation%20deployment?logo=Github&style=for-the-badge)](https://github.com/MorganCaron/webpack-base-project/actions?query=workflow%3A%22Documentation+deployment%22)

---

## Getting Started
[![Install](https://img.shields.io/badge/-Install-blue?style=for-the-badge)](INSTALL.md)
[![Contribute](https://img.shields.io/badge/-Contribute-blue?style=for-the-badge)](CONTRIBUTING.md)

### Build command

#### Development
In this mode, if one of your files is updated, the code will be recompiled so you don't have to run the full build manually.
```console
npm run dev
```
or
```console
npm run watch
```

#### Production
In this mode, the files will be generated in the `build/` directory and automatically included in the index.html file.
```console
npm run prod
```
or
```console
npm run build
```

---

## Additional Informations
![Top Language](https://img.shields.io/github/languages/top/MorganCaron/webpack-base-project?style=for-the-badge)
[![License](https://img.shields.io/github/license/MorganCaron/webpack-base-project?style=for-the-badge)](https://github.com/MorganCaron/webpack-base-project/blob/master/LICENSE)