eraytufan / seba-frontend

The react frontend application for our seba project - care for flora and fauna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Care for Flora and Fauna seba-frontend application

seba-backend application can be found here

Prerequisites

Make sure you have yarn installed in your system. If not install it from here: https://classic.yarnpkg.com/en/docs/install

Setup (before first run)

Go to your project root folder via command line

cd path/to/workspace/seba-frontend

Install project dependencies

yarn install

Start the project

Development environment

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.

Build the project for production

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!

About

The react frontend application for our seba project - care for flora and fauna


Languages

Language:JavaScript 98.8%Language:HTML 0.9%Language:CSS 0.2%