Skip to content

nkiateam/react-tutorial

Repository files navigation

React Tutorial

Getting Started

Just clone the repo and start hacking:

$ git clone https://github.com/nkiateam/react-tutorial.git
$ cd react-tutorial
$ npm install                   # Install Node.js components listed in ./package.json
$ npm start                     # Compile and launch

How to Run

$ npm start                     # or, `npm start -- release`

This will start a lightweight development server with "live reload" and synchronized browsing across multiple devices and browsers.

Documentation

Directory Layout

.
├── /docs/                      # Documentation files for the project
├── /examples/                  # Tutorial Examples
├── /libs/                      # javascript library
├── /node_modules/              # 3rd-party libraries and utilities
├── index.html                  # index of the application
├── package.json                # The list of 3rd party libraries and utilities
├── README.md                   # README
└── webpack.config.js           # webpack module builder config file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors