Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbhob/holocaust
Final project for Holocaust and Genocide Studies, Fall 2017. Made with Webpack, TypeScript, and jQuery.
https://github.com/wbhob/holocaust
Last synced: 8 days ago
JSON representation
Final project for Holocaust and Genocide Studies, Fall 2017. Made with Webpack, TypeScript, and jQuery.
- Host: GitHub
- URL: https://github.com/wbhob/holocaust
- Owner: wbhob
- Created: 2017-12-04T01:59:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T23:57:31.000Z (about 7 years ago)
- Last Synced: 2024-12-01T13:48:58.279Z (2 months ago)
- Language: HTML
- Homepage: https://holocaust.wilsonhobbs.com/
- Size: 55.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack-TypeScript-Sass Starter
Simply run yarn or npm to install all dependency and use :
```
$ npm run build
```
to build the project.if you want to run the builder as soon as you modify your .ts, use :
```
$ npm run build-watch
```