The Wayback Machine - https://web.archive.org/web/20201021214551/https://github.com/chabokpush/chabok-demo-map
Skip to content

This repository has been archived with read-only access. It appears this account may be based in a U.S.-sanctioned region. As a result, due to U.S. trade controls law restrictions, we are unable to provide private repository services and paid services. GitHub has preserved, however, access to certain free services for public repositories.

Please contact the organization admin and read about GitHub and Trade Controls for more information.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

chabok-demo-map

Chabok Demo Map Tracker

Getting Started

Installation

npm install

You’ll need to have Node >= 6 on your machine. You can use nvm to easily switch Node versions between different projects.

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 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.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Deployment

npm run build creates a build directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served index.html, and requests to static paths like /static/js/main..js are served with the contents of the /static/js/main..js file.

You can’t perform that action at this time.