confusedmatrix / js-starter

Simple JS web app starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple JS web app starter kit

Super simple JS web app starter kit that includes react, redux and enough dev deps to make development a breeze.

Run the application with hot-reloading (launches dev server)

yarn start

Compile production app to dist

yarn build:prod

Run tests

yarn test

About

Simple JS web app starter kit


Languages

Language:JavaScript 93.7%Language:HTML 3.2%Language:CSS 3.1%