https://github.com/banyango/webpacktemplate
A template for a webpack + typescript project
https://github.com/banyango/webpacktemplate
github-templates javascript typescript webpack
Last synced: 10 months ago
JSON representation
A template for a webpack + typescript project
- Host: GitHub
- URL: https://github.com/banyango/webpacktemplate
- Owner: Banyango
- Created: 2019-07-17T15:15:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T15:24:18.000Z (over 6 years ago)
- Last Synced: 2025-02-12T09:52:38.286Z (12 months ago)
- Topics: github-templates, javascript, typescript, webpack
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Webpack Template
Github now lets you create a repo based on a template so I made a little webpack template for my own purposes. Has webpack and typescript set up. Should be able to get up to speed quickly.
### Getting started
See [github templates](https://help.github.com/en/articles/creating-a-repository-from-a-template) for more info on forking.
Once you've cloned your repo.
To install run
`npm i`