We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79e4e9 commit ebbe6baCopy full SHA for ebbe6ba
README.md
@@ -4,12 +4,14 @@ A boilerplate to provide a starting point for developing TypeScript applications
4
5
## Features
6
7
-- Ready to use bundling systems (production and development).
+- TypeScript
8
+- Ready to use test suite with TypeScript and Jest
9
- CSS module with scss out of the box and auto class name conversion ( `.demo-class` → `demoClass` ).
10
+- Ready to use bundling systems (production and development).
11
- Development server with hot reloading.
-- Generate production ready static site.
12
- Easy assets management
13
- Custom path alias
14
+- Generate production ready static site.
15
16
## Getting Started
17
0 commit comments