delmotte / my-react-typescript-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it ?

Just one more annoying starter kit.

This one is clean -> No ESLint or Tests bullshit :D #freedom

This is a fork of https://github.com/FountainJS/generator-fountain-react

Using Webpack + Typescript + React + React Router

What has been done ?

[X] Removing karma tests

-> remove karma files and hooks

-> remove test section in .babelrc

[X] Removing ESLint

-> remove preLoaders: [/**/] in webpack.conf.js, webpack-dist.conf.js and webpack-test.conf.js

-> remove config in package.json

[X] Remove unused dependencies

[X] Add webpack dashboard

how to use it ?

git clone + npm install

then, just launch npm run serve or npm run build

About


Languages

Language:JavaScript 92.3%Language:HTML 5.7%Language:TypeScript 1.6%Language:CSS 0.4%