Skip to content

exced/react-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TS Webpack template

Template for a React app with Typescript, CSS loader (SASS), Prettier and Jest.

Setup

yarn

Commands

Run the dev server:

yarn dev

Build:

yarn build

This will create production artifacts in /dist. You can serve it using serve:

serve -S /dist

Tests:

yarn test

If you want to watch tests change

yarn test:dev

To create a coverage report:

yarn test:coverage

About

React template with goodies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published