Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```