/react-task-map

Task map with React

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks. You can view a live demo here.

Table of Contents

Setup

  • Clone this repo
  • Run npm install or yarn install (Node.js >= 8.0.0)
  • Run npm start or yarn start
  • Browse to localhost:3000

Folder Structure

After creation, your project should look like this:

react-task-map/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    images/
    components/
        Header.js
        Map.js
        Tasks.js
    App.scss
    App.js
    App.test.js
    index.css
    index.js

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.