This project is intended as a simple starting application for Node.js and React. It has a companion guide here: https://medium.com/@CodingTechMan/simple-tutorial-a-dockerized-node-js-react-and-next-js-application-04716b9006df.
-
Frontend:
- React.js
-
Backend:
- Express.js
- Node.js
-
Containers:
Included is a docker-compose.yml file to make getting started simple.
1 Start the development server:
docker-compose up
- Open the application:
Open your browser and go to
http://localhost:5041
to view the application.
This project is licensed under the MIT License - see the LICENSE.md file for details.