Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.18 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.18 KB

React Office Fabric UI Sample App

This is a basic React starter application using Microsoft's Office UI Fabric FrontEnd Framework. It has a simple layout implementation with integration to React Router v4.

Tools Used

Installing

clone the repo

git clone https://github.com/ochomoswill/react-office-ui-fabric-app.git

install node modules

npm install

Folder Structure

After creation, your project should look like this:

react-office-ui-fabric-app/    
    node_modules/
    public/
    src/   
    	assets/
    	routes/    	     
        components/
        containers/
        utils/                
        ...
        index.js
    .gitignore
    package.json
    README.md
    tsconfig.json
    tslint.json

Run the project

npm start

Building the project

npm run build

Acknowledgement

Great thanks to Guzman Monne: