arowM / tepa-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Elm 87.8%Language:TypeScript 6.8%Language:SCSS 3.6%Language:HTML 1.0%Language:JavaScript 0.8%