Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.21 KB

General Assembly Logo

React Template

A template for starting projects with react. Includes authentication.

Dependencies

Install with npm install.

Installation

Download Template:

  1. Download this template.
  2. Unzip and rename the template directory (unzip ~/Downloads/react-template-master.zip)
  3. Move into the new project and git init.

Customize Template:

  1. Empty README.md and fill with your own content.

Setup Environment:

  1. Install dependencies with npm install.
  2. git add and git commit your changes.

Run your server!

  1. Run the API server with npm start.

Structure

User authentication is built-in.

Tasks

Developers should run these often!

  • npm start
  • npm run deploy

Authentication

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.