Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
/ sparets Public archive

Single Page Application REact TypeScript - boilerplate and experiments on tying cool things together

Notifications You must be signed in to change notification settings

alexichepura/sparets

Repository files navigation

Sparets

Single Page Application React Typescript

Features

  • typescript
  • tslint, tslint-config-standard, editorconfig
  • yarn, webpack v2, build with dll
  • react
  • react-router v4
  • hot module reload
  • express
  • CSS modules
  • redux (page with simple example)
  • mobx (page with simple example)
  • jest
  • postcss, cssnext
  • production config
  • TODO
    • graphql?

Install

yarn install

Run development

yarn build:dll
yarn start

Run production

yarn build:dll:prod
yarn build:app:prod
yarn start:prod

Tests

yarn test

About

Single Page Application REact TypeScript - boilerplate and experiments on tying cool things together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published