Image and video hosting platform for ShareX
Go to file
Pogodaanton aaf2bc9859 gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00
public gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00
scripts gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00
src gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00
submodules gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00
.eslintrc + CRA rewired for PHP support 2020-05-09 21:56:02 +02:00
.gitignore cleanup #2 2020-05-11 15:10:54 +02:00
.gitmodules + CRA rewired for PHP support 2020-05-09 21:56:02 +02:00
.prettierrc + CRA rewired for PHP support 2020-05-09 21:56:02 +02:00
LICENSE Initial 2020-05-05 18:42:39 +02:00
README.md + CRA rewired for PHP support 2020-05-09 21:56:02 +02:00
package.json gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00
tsconfig.json + CRA rewired for PHP support 2020-05-09 21:56:02 +02:00
yarn.lock gif conversion prototype; Toast directory cleanup 2020-06-18 13:42:18 +02:00

README.md

Shadis

This project was bootstrapped with Create React App.

Development

This project uses React for the front-end and PHP for the back-end. You can find the front-end code in src and the back-end code in public.

Available Scripts

In the project directory, you can run:

yarn start or yarn serve

Runs the app in the development mode and builds it to the dist folder.
Because webpack-dev-server cannot interpret PHP code, it is required to route a PHP-(MySQL/MariaDB)-server to the automatically generated dist directory.

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

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.

This build is minified and the filenames include hashes for cache prevention.
See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.