Skip to content

This is a custom React toolchain for starting a single page React app with Typescript

Notifications You must be signed in to change notification settings

Steven24K/Hello-React-Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello-React-Typescript

This is a custom React toolchain for starting a single page React app with Typescript. A demo app is available here.

Dependencies

  • React
  • Webpack
  • Typescript
  • Visual Studio Code (recommended)

Setup stepps

  1. Clone the repository
  2. Run npm install
  3. Run npm run start to see if everything is setup correctly

Commands

npm run start Start the webpack development server, with hot module replacement(HRM).

npm run watch Compile files in watch mode, development build.

npm run serve Serve files with ExpressJs.

npm run build Build production Javascript bundles, output to the dist folder.

npm run deploy Push the content of the dist folder to the GitHub pages branch.

About

This is a custom React toolchain for starting a single page React app with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published