An open API service indexing awesome lists of open source software.

https://github.com/gutchom/react-typescript-example

Sample project of React.js written in TypeScript
https://github.com/gutchom/react-typescript-example

enzyme example karma mocha power-assert react typescript webpack3

Last synced: 26 days ago
JSON representation

Sample project of React.js written in TypeScript

Awesome Lists containing this project

README

          

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