https://github.com/ashinga48/react-express-js-heroku-basic
A Basic app with Heroku configuration setup. You can clone this and upload to you heroku server. File structure is understandable by observing packages.json & webpack.config.js
https://github.com/ashinga48/react-express-js-heroku-basic
Last synced: 2 months ago
JSON representation
A Basic app with Heroku configuration setup. You can clone this and upload to you heroku server. File structure is understandable by observing packages.json & webpack.config.js
- Host: GitHub
- URL: https://github.com/ashinga48/react-express-js-heroku-basic
- Owner: ashinga48
- Created: 2017-01-11T19:06:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T19:19:43.000Z (over 8 years ago)
- Last Synced: 2025-01-27T06:18:44.346Z (4 months ago)
- Language: JavaScript
- Size: 8.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Author : Ravi Teja Kesanam
E-mail : [email protected]A Basic app with Heroku configuration setup. You can clone this and upload to you heroku server. File structure is understandable by observing packages.json & webpack.config.js
# Step 1 : npm run dev
for converting webpack to bundle.js -- ReactJS
# Step 2 : npm start
to start the server & run port in http://localhost:3000
# Step 3 : Upload to Heroku & Test