A React starter project with Express backend that works with Docker, Docker Compose, and Shipyard out of the box.
- React - JavaScript library for building user interfaces
- Material-UI - React components for faster and simpler web development
- Express - lightweight node.js web framework
- nodemon - auto-reload server on code changes
- Sequelize - cross-database ORM and migrations
- PostgreSQL - database
- LocalStack - fully functional local AWS cloud stack
- Docker & Docker Compose - to build and run the app
- Make - to easily run commands needed for development
- Run
make develop
at the root of this project. - Visit the app at http://localhost:3000.
- Visit http://localhost:8080/api/v1/files to list objects in LocalStack s3 bucket.
- Make your code changes! The app will reload whenever you save.