Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 710 Bytes

office-ui-fabric-react-hello

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:

  1. Install NodeJS
  2. npm install webpack -g - Installs webpack
  3. npm install tsd -g - Installs tsd
  4. npm install - Installs packages
  5. npm start - Builds the project and launch a lite web server (webpack-devserver).
  6. 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