Skip to content

steff-mueller/react-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-typescript-boilerplate

Template for React projects using TypeScript

Recommended editor: Visual Studio Code

Installation:
0. cd to this directory

  1. npm install -g typings
  2. npm install
  3. typings install

Developing:
npm run build to compile and bundle TypeScript to JavaScript once or npm run watch to continously compile and bundle TypeScrip to JavaScript

View in the browser:
0. cd to this directory

  1. npm install -g http-server
  2. http-server

About

Template for React projects using TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published