This is a basic project having frontend, backend modules which can be deployed independent of each other
It uses:
- Akka HTTP with scala for backend server
- React with Typescript for frontend components.
- Webpack for bundling resources( js, css, html, ts, etc).
- Jest as a tool for testing.
sbt ~backend/reStart
cd frontend && npm start
cs frontend && npm run build