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.
- Host: GitHub
- URL: https://github.com/morgancaron/webpack-base-project
- Owner: MorganCaron
- License: mit
- Created: 2019-09-05T09:35:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:18:59.000Z (over 3 years ago)
- Last Synced: 2025-01-04T14:48:48.690Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://morgancaron.github.io/webpack-base-project/
- Size: 2.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.*


[](https://discord.gg/mxZvun4)
### Project Health
[](https://www.codacy.com/manual/MorganCaron/webpack-base-project)
[](https://github.com/MorganCaron/webpack-base-project/actions?query=workflow%3A%22Documentation+deployment%22)
---
## Getting Started
[](INSTALL.md)
[](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

[](https://github.com/MorganCaron/webpack-base-project/blob/master/LICENSE)