/marko-typescript

Sample app that demonstrates the power of building UI components using Marko and Webpack using Typescript

Primary LanguageTypeScript

Marko Webpack Typescript template

Getting Started

git clone https://github.com/JoshuaAmaju/marko-typescript.git
cd marko-typescript
npm install
npm run start:dev

Production Build

npm run build
npm start