Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

Detailed getting started documentation #89

Open nborelli opened 7 years ago

nborelli commented 7 years ago

It would be nice to have step by step, detailed instructions on scaffolding a new component library using Typed Web Components. As it stands currently, the users will not know if they should start by scaffolding a project with Polymer-CLI init or how to create and configure the tsconfig.json file. Detailed instructions on a hello world application would really help,

Alternatively, a CLI that scaffolds the entire project from the command line could be provided, but this seems like a lot of work.

Buslowicz commented 7 years ago

I am planning to do so :). I will make a documentation/wiki docs based on this article, which should cover all the needs.

Buslowicz commented 7 years ago

The first tutorial is available here. Please let me know if it's understandable and if anything should be added/removed/changed.