Skip to content

apettenati/react-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript-React Custom Boilerplate

This is a front-end boilerplate made for TypeScript-React applications, intended as a substitute for Create-React-App.

This assumes no further stack decisions and is intentionally minimal.

Note there are no production scripts or webpack configuration.

This does not support asset management. For additional information on how to incorporate other assets (i.e. png, css), view the Asset Management WebPack guide.

Instructions

To use this boilerplate:

  • Fork this repo, update the repository name, and clone locally
  • Change the name property and other necessary information in the package.json
  • Run yarn to install the dependencies
  • Update the title in the public/index.html
  • Start coding!

Scripts

Linting

yarn lint

Build

yarn build

Files are bundled into a directory named dist This directory is excluded in the .gitignore

Development

Start the development server with:

yarn start

The development server has live reloading and will refresh automatically on files saves.

Releases

No releases published

Packages

No packages published