npm run build
SECRET_KEY_BASE=$(rails secret) RAILS_SERVE_STATIC_FILES=true RAILS_ENV=production bundle exec rails server
foreman start
Foreman process are in Procfile.
- 2.3.1
- React
- Babel
- es2015
- PostCSS
- cssnext
- CSS Modules
- Bootstrap
- Font Awesome
npm run build
SECRET_KEY_BASE=$(rails secret) RAILS_SERVE_STATIC_FILES=true RAILS_ENV=production bundle exec rails server
foreman start
Foreman process are in Procfile.