Skip to content

gutchom/react-typescript-example

Repository files navigation

React Typescript Example

About this

Libraries and Tools

  • Framework and Language
    • React.js
    • TypeScript
    • PostCSS/cssnext
  • Testing
    • Karma
      • ChromeHeadless
    • Mocha
    • PowerAssert
    • Enzyme
  • Mock Server
    • Node.js

How to develop

Run npm i at first and then you can use these commands below.

  • npm start
    • Start building and watching src/*
    • Open http://localhost:3333
  • npm run testing
    • Start testing and watching src/scripts/*
  • npm run build
    • Build sorce code with production mode