Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

iuricmp/truck-monitor

Repository files navigation

T. Monitor

CircleCI

Initial Setup

This project uses Here Places API and you need to generate the app_id and app_code. Please, go to this url to create these keys.

Do not forget to update these files with your generated keys:

Developing

You should install the following extensions to have liting and formatting working within Visual Studio Code:

Available Scripts

In the project directory, you can run:

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

yarn test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

yarn storybook

Launches the Storybook application. Open http://localhost:6006 to view it in the browser.

Docker

The following services are available via Docker Compose:

dev

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

Command: docker-compose up dev

storybook

Runs the Storybook. Open http://localhost:6006 to view it in the browser.

Command: docker-compose up storybook

production

Runs the app with a production build. Open http://localhost:5000 to view it in the browser.

Command: docker-compose up production

tests

Launches the test runner in CI mode. See the section about running tests for more information.

Command: docker-compose run tests

Build

yarn 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!

See the section about deployment for more information.

CI

CircleCI will automatically pick the following files and run them when needed.

Configuration

This project was bootstrapped with Create React App. You can learn more about it and how to configure in the Create React App documentation.

About

Truck Monitor Frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published