One command for development and for production
This is not development server. This is an assembly for server and client development at the same time
docker-compose up
and goto http://localhost:8000
need rename docker-compose.override.sample.yml
to docker-compose.override.yml
and docker-compose up
and goto http://localhost:8000
structure
src
/index.ts - server
/frontend - client
- nodemon - to reload the server after the changes in server code
- react-hot-loader - for hot development react app
- express - server