This is the template for embeddable (iframe) productions for EB.dk.
To install Yarn (or NPM) using HomeBrew:
brew update
brew install yarn
Install all dependencies:
git clone git@github.com:EkstraBladetUdvikling/eb-template-embed.git
yarn install
You now have the following options:
Command | Output |
---|---|
yarn start | Starts ParcelJS serving CSS and Typescript (from index.html) on localhost:3000 |
yarn run lint:scripts | Lints javascript using TSLint |
yarn run prettier | Clear up all files using Prettier |
yarn run dist | Clears dist directory and builds the app using ParcelJS |