Skip to content

peterfiorito/minimalistic-reactjs-typescript-babel-webpack-boilerplate

Repository files navigation

Minimalistic-reactjs-TYPESCRIPT-babel-webpack-boilerplate

Minimalistic reactjs with Typescript boilerplate!

Features

  • Reactjs ready to start adding your .tsx components
  • Babel and webpack and webpack-dev-server configured
  • Typescript config and ready to process your .tsx
  • TS-Jest setup for unit/integration testing

Available scripts so far

npm run start Starts webpack-dev-server. You can change port and host in the config files.

npm run test Run jest tests. It will run any file with .test or .spec on the repo. You can change the regex in jest config.

Remember to run npm install to install all required dependencies.

About

A minimalistic reactjs boilerplate with TYPESCRIPT, babel and webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published