An open API service indexing awesome lists of open source software.

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

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

![alt tag](heroku_upload.png)