In the project directory, you can run:
npm install
npm start
- 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.
Note: environment variables are defined in following files (files on the left have more priority than files on the right): .env.development.local
, .env.development
, .env.local
, .env
-
Modify .env to set properties.
WARNING: Do not commit this file to avoid having unencrypted e-mails in the git repository. -
Then,
mvn -P prod clean install
Note: environment variables are defined in following files (files on the left have more priority than files on the right): .env.production.local
, .env.production
, .env.local
, .env
You can learn more in the Create React Hero documentation.
This project was bootstrapped with Create React Hero.