tbremer / tswrj

typescript, webpack, react, jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFWJ

TypeScript, Webpack, React, jest

This is a 0 config, get-started-quickly opinionated repo for spinning up a TypeScript/React/Jest/Webpack webapp.

To use:

this quick rundown assumes you have Node installed and a working knowledge of React, documentation links on the bottom if you want

  • Start all the things
    • $ git clone https://github.com/tbremer/tswrj.git
  • Remove all the gits
    • $ rm -rf .git*
  • Install all the things
    • $ npm install
  • Start WebpackDevServer
  • $ npm start

To test:

$ npm test (optionally add -- --watch to autotest on file save)

To build:

  • Dev:
    • $ npm run build:dev
  • Prod
    • $ npm run build:prod

Documentation:

Misc.

About

typescript, webpack, react, jest

License:MIT License


Languages

Language:TypeScript 58.2%Language:JavaScript 41.8%