Skip to content

Technigo/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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