项目作者: WCTD

项目描述 :
React Starter Kit
高级语言: JavaScript
项目地址: git://github.com/WCTD/react-starter.git
创建时间: 2019-01-14T01:04:19Z
项目社区:https://github.com/WCTD/react-starter

开源协议:Apache License 2.0

下载


React Starter Kit for We Connect The Dots Codeathons

This repository contains the basic repository for React apps used by the We Connect the Dots Codeathons. The initial configuration was created using npx create-react-app ., and uses a good portion of the default “app.js” template but with the following changes:

  • Bootstrap and reactstrap are added to allow for simple theming
  • react-router-dom is added to enable hash-based URL routing
  • Two basic routes are already added (the index page and the about page)
  • Deployment to Github Pages is supported via npm run deploy

Use

See create-react-app.md.

Requirements

Suggested Apps

Provided Components

  • Bootstrap — a nice set of user interface widgets
  • reactstrap — A package that provides Bootstrap widgets as React components.
  • react-router — Supports page navigation using URLs and hashes.