Skip to content

alexandre-roitman/my-bot

Repository files navigation

Prerequisites:

Installation Guide:

Creating the project

- Clone the project

git clone [email protected]:akaspi/webpack-on-heroku.git <your-folder>
cd <your-folder>
npm i

- Clean .git

rm -rf .git

- Initialize .git and push to new repository (Link)

Sync with Heroku

- Login to Heroku:

heroku login

- Create an Heroku application:

heroku create

- Set 'production' environment variable:

heroku config:set NODE_ENV=production

- Deploy the app:

git push heroku master

Inspired by [Ditrospecta](http://ditrospecta.com/javascript/react/es6/webpack/heroku/2015/08/08/deploying-react-webpack-heroku.html) and [Heroku: Getting Stared With Node](https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published