Skip to content

This is a basic React starter application using Microsoft's Open UI Fabric

Notifications You must be signed in to change notification settings

ochomoswill/react-office-ui-fabric-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

This is a basic React starter application using Microsoft's Open UI Fabric

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages