My personal tests on this React-wrapped library around Office UI Fabric components.
Started on boilerplate from https://github.com/Lemoncode/react-typescript-samples
##To get started:
- Install NodeJS
npm install webpack -g
- Installs webpacknpm install tsd -g
- Installs tsdnpm install
- Installs packagesnpm start
- Builds the project and launch a lite web server (webpack-devserver).- Navigate to http://localhost:8080/ if your browser doesn't open automatically.
If 8080 is already in use on your machine (it is on mine), use this trigger:
node_modules\.bin\webpack-dev-server --port 888