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
- Host: GitHub
- URL: https://github.com/gutchom/react-typescript-example
- Owner: gutchom
- Created: 2017-10-20T08:54:32.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-10-20T09:05:55.000Z (over 8 years ago)
- Last Synced: 2026-01-03T12:07:08.983Z (4 months ago)
- Topics: enzyme, example, karma, mocha, power-assert, react, typescript, webpack3
- Language: TypeScript
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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