Skip to content
/ react-starter Public template
forked from Technigo/react-starter

Technigo Boot Camp React Starter Project

Notifications You must be signed in to change notification settings

JohLeo/react-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

About

Technigo Boot Camp React Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.6%
  • CSS 19.8%
  • JavaScript 15.6%