React, expressjs and mongo all together and ready to deploy to Heroku. Easy, Fast and Clean.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Mongodb
- Nodejs
Clone or download the repository
git clone https://github.com/German91/react-express-fullstack
Install Dependencies
npm install
If you go to http://localhost:3000 you will have your application running with hot realoading, also you can see your express API working on http://localhost:8000/api/tests
This way is just for development, for production you don't have to worry about it, you will have both working in the same domain.
npm start
The project is ready to work on heroku by default so just create your heroku app and use the follow command below build the app for production.
npm build
- ReactJs
- MongoDb
- ExpressJs
- Germán Hernández del Rosario
This project is licensed under the MIT License - see the LICENSE.md file for details