Recreation of a discord web application.
Front of the back project.
npm i
# development
$ npm run start
# production mode
$ npm run build
The app loads a dotenv file depending on your NODE_ENV environment variable (fallback to development) : .env.$NODE_ENV
.
This project is link with multiple Heroku applications, pushing to some branches will trigger an auto-deployment :
- dev -> https://dashboard.heroku.com/apps/epi-javascript-frontend-dev
- master -> https://dashboard.heroku.com/apps/epi-javascript-frontend-prod
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/EpiJavascript/front