ReducerTS
`-client
`-server
app-scripts build
- build all for productionapp-scripts serve
- run dev server (served static client from/build/..
)npm start
- start both client and server viaconcurrently
cd client && npm start
- run dev client with hot reload viareact-scripts-ts
cd server && npm start
- run dev server (same asapp-scripts serve
)
Signing-upLogging in to user modeDisable user funcs in guest modeMailing with activation tokensStore user settings on DB- Add CAPTCHA