Skip to content

A React starter project that uses Typescript (and doesn't use create-react-app)

License

Notifications You must be signed in to change notification settings

atypicalengineer/react-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-typescript-starter

A starter project using React with Typescript with all the latest stuff. This is a much thinner project than create-react-app, for example this project doesn't include Babel.

Installation

npm install

Run

npm start

Configuration

You can change the configuration in config/webpack.config.js. It may be on interest to you that you can:

  • Change whether or not the browser opens when you run npm start (default is true)
  • Change the port that your application runs on (default is 8020)

Credits

This project is loosely based on the bootstrap section of the following https://github.com/basarat/typescript-react

And on the configuration of this project as well https://github.com/hdorgeval/react-ts-starter

About

A React starter project that uses Typescript (and doesn't use create-react-app)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published