Basic constructor for compile SASS and Javascript files.
Install all dependencies.
npm install
# Run in development mode
npm run dev
# Run build for mode production
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.