This project was made by Naor Anhaisy.
In the project directory, you can run:
Runs the app in the development mode. Open new application window of the project.
The page will reload by ctrl + shift + i
if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
Creates executable files with it's directory for Windows and MacOS users. This will create new directories, one for each operating system, inside /dist directory, and there will be the .exe production files.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
see npm run prod
above
- DB_CONNECTION_DEV - Your development MongoDB connection string
- DB_CONNECTION_PROD - Your production MongoDB connection string
- EMAIL_USER - Email username
- EMAIL_APP_PASS - Authontication to email via password
- EMAIL_RECIVERS - List of recievers emails, devided by ','.
- NODE_ENV - development or production
E.g for EMAIL_RECIVERS: aaa@gmail.com,bbb@gmail.com or just aaa@gmail.com