Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 1.84 KB

README.md

File metadata and controls

82 lines (55 loc) · 1.84 KB

This repository contains implementation of React master-detail app using of Ignite UI for React components.

Table of Contents

Background

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Setup

To setup this project:

  • open VS Code as Administrator
  • open the folder that contains this repository, e.g. C:\react-samples\
  • select View - Terminal menu item
  • run this command:
npm install

This will install required packages and Ignite UI for React packages from npm website:

Building Project

To build the project run:

npm build

Running App

To start the dev server run:

npm start

Folder Structure

This project has the following structure:

my-app/
  README.md
  package.json
  public/
    index.html
    favicon.ico
  src/
    index.css
    index.js
    assets/
    data/
    views/

Supported Browsers

By default, the generated project uses the latest version of React.

You can refer to the React documentation for more information about supported browsers.