/react-input-examples

Examples of using inputs in ReactJS

Primary LanguageJavaScript

React Starter

This repo contains boilerplate code to aid in the creation of a new React app with Redux. Follow the below setup instructions to get started.

Setup Instructions

  1. Fork this repo
  2. Clone your forked copy of this repo
    • git clone https://github.com/[Your Username]/react_starter.git
  3. Change directory into the newly cloned repo
    • cd react_starter
  4. Install dependencies
    • npm install
  5. Start dev server
    • npm start
  6. Open a browser and navigate to localhost:3000 You should see a page that displays "Welcome to React!"

Build For Deployment

  1. Run webpack to build project
    • npm run build

NOTE: After building you can not directly run your app locally. You must run your app from the root directory of a server.