/tepa-sample

Primary LanguageElmMIT LicenseMIT

TEPA Sample App

A sample application developed with TEPA.

You can clone this repository and also use it as a starting point for your own application. You may want to use a different bundler, but hold off on that kind of obsession for now. The first thing to do is to get familiar with TEPA.

Install dependencies

$ npm i

Run your application

$ npm start

Run scenario document server

$ npm run start:scenario

Build scenario document as a markdown file

$ npm run build:scenario

Build your application

$ npm run build

Test

$ npm test

Document server for your domain specific library

$ npm run start:doc

Format

$ npm run format

Lint and auto fix

$ npm run review