Skip to content

Raphalex46/3d-plantviewer

 
 

Repository files navigation

3d Plantviewer

Available Scripts

In the project directory, you can run:

npm install

This is needed to install the dependencies of the project.

To make sure everything works fine, your version of nodejs must be >= 10 and your version of npm must be >= 6.

npm start

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

You need to add a file .env.local at project's root to set the API URL:

REACT_APP_API_URL='{`API URL}'

Whithout this, the app will use http://localhost:5000.

To use a local database, you must run the data storage server from this repository.

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.

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.

About

Browser application to visualize 3D scanned plants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%