Skip to content

My personal starting point for React applications. It has Babel, Typescript, Jest, and a live reloading dev environment already configured so that you can be productive immediately. It also has TSLint and Prettier installed to aid with consistent code quality.

Notifications You must be signed in to change notification settings

johnsabath/typescript-react-webpack-babel-jest-starter

Repository files navigation

About this Project

This project is meant to serve as a starting point for React applications.

Getting Started

First you'll need npm installed. You can get NPM here.

Then run the following command to install dependencies

npm install

Once this has finished, you should be able to get started by running

npm run dev

Deploying

First bump the version

npm version [major|minor|patch]

Then run

npm publish

Testing

Run tests once

npm run test

Coverage report

npm run test -- --coverage

Rerun tests when files change

npm run test -- --watch

About

My personal starting point for React applications. It has Babel, Typescript, Jest, and a live reloading dev environment already configured so that you can be productive immediately. It also has TSLint and Prettier installed to aid with consistent code quality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published