File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Typescript Webpack Starter
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/emyann/typescript-webpack-starter.svg?branch=develop )] ( https://travis-ci.org/emyann/typescript-webpack-starter )
4
- > 🚀 A damn simple ES6 and TypeScript Starter kit using webpack for packaging . Create your TypeScript module with neither build nor test configuration.
4
+ > 🚀 An ES6 and TypeScript Starter kit using webpack for bundling . Create your TypeScript module with neither build nor test configuration.
5
5
6
6
## Quick Overview
7
7
@@ -19,7 +19,7 @@ When you’re ready to deploy to production, create a minified bundle with `npm
19
19
### Get Started Immediately
20
20
21
21
You ** don’t** need to install or configure tools like Webpack or Babel.<br >
22
- They are preconfigured and hidden so that you can focus on the code.
22
+ They are preconfigured so that you can focus on the code, but as a starter kit you still can modify them .
23
23
24
24
Just create a project, and you’re good to go.
25
25
You can’t perform that action at this time.
0 commit comments