Skip to content

A minimal starter for building React.js projects with Typescript

Notifications You must be signed in to change notification settings

THEmmanuel/typescript-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-typescript-starter

Starter kit for React and Typescript projects. Bundled with Webpack.

Project structure:

 .
├── assets
├── node_modules
├── public
|       └── index.html
├── src
|       ├── components
|       ├── containers
|       ├── App.tsx
|       ├── index.tsx
|       └── utils.ts
├── .gitignore
├── package-lock.json
├── package.json
├── readme.md
├── tsconfig.json
└── webpack.config.ts

Installation:

  • Start development server: npm run dev or yarn dev

Runs at port 9000

  • Generate deploy bundle: npm run build or yarn build

About

A minimal starter for building React.js projects with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published