Skip to content

aakasaka/react_starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

Repository of react + typescript starter.

http://blog.morizotter.com/2016/01/12/react-tutorial-again-with-web-pack/

How to startup React with typescript

yarn install
npm install -g webpack typesctiprt

(Why I don't use yarn global?) *

and compile with webpack

webpack

open index.html

Why I don't use yarn global?

*yarn global add couse trouble in my PC.

yarn command does not work well...like this.

yarn global add webpack eslint

So I use npm instead of yarn.

npm install -g webpack eslint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • TypeScript 27.2%
  • HTML 18.4%