/lbah

La Boite à Histoires

Primary LanguageJavaScript

lbah

La Boite à Histoires

Description coming soon

How to compile

  1. First, to get all the development dependencies, do this:

    npm install
  2. Now to compile everything needed by the project (for now it compiles .ts, .scss and .pug):

    npm run default

You can also use the available watchers which are:

  • SCSS:
npm run watch_sass
  • TypeScript:
npm run watch