Skip to content

josephxwf/React-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React-Starter

A pure react app without using redux.

Prerequisites

  • Node >= 6 and npm >= 5.2

Installation

  • Install node.js

Development set up and run the app

  • Create react project

    • npx create-react-app my-app
  • Install dependency packages

    • Install react-bootstrap
      • npm install react-bootstrap bootstrap
    • install router
      • npm install --save react-router-dom
  • Run the app

    • cd my-app
    • npm start

Production Setup

Deployment

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published