Skip to content

A boilerplate for React applications with all the latest and greatest technologies and practices 🏎

Notifications You must be signed in to change notification settings

vinhlee95/awesome-react-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome React TypeScript boilerplate

A boilerplate for React applications with all the latest and greatest technologies and practices.

Table of content


🏎 Core technologies

πŸ–οΈ Style

πŸ›  Build tools

πŸ”₯ Rapid development workflow

πŸ’Ž Rich utilities: Git hooks and code formatting

πŸ›‘ Testing

test

πŸ† Contious integration

πŸ“² Networking

🎁 Other NPM modules

Prerequisites


  • NodeJS.
  • IDE of your choice.
  • Command Line Tools.

Getting started


Install dependencies

  npm install

Start development server

  npm start

Testing


Run test suites:

  npm run test

In watch mode:

  npm run test:watch

Useful scripts


Format code and write based on Prettier rules

  npm run format

Analyse Webpack bundles

Development bundle

  npm run analyze:dev

Production bundle

  npm run analyze:prod

About

A boilerplate for React applications with all the latest and greatest technologies and practices 🏎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages