wanghaisheng / module-design-your-kitchen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technigo React Starter App

This app has been generated using create-react-app, then cleaned up a little so we have a project with just the elements we need to get started.

Add components in the src folder and use them in src/app.js to get started.

Usage

  1. On GitHub, click the 'use this template' Button to create a new repo on your account
  2. Clone the new repo to your computer
  3. Install required dependencies with npm: npm install
  4. Start the project: npm start

Alternatively, if you don't want a new git repo on your account;

  1. Download & extract the latest release from GitHub
  2. Open the directory in the terminal: cd /path/to/react-starter
  3. Install required dependencies with npm: npm install
  4. Start the project: npm start

About


Languages

Language:JavaScript 95.3%Language:HTML 2.7%Language:CSS 1.9%