Launchpad for a simple production-grade full stack web app
- React
- Webpack
- ESLint
- Hot Reloading
- Express API server
- Docker Packaging
- PM2 Process Management
- AWS EB Deployment
git clone https://github.com/SierraSpaceAgency/launch-express-react.gitcd launch-express-reactnpm installnpm start- (Alternatively, for better server/client logging)
npm run dev-serverin one tab andnpm run dev-clientin another - http://localhost:4321 will open when the client app loads
- Lint everything
npm run lint . - Lint autofix
npm run lint . -- --fix - Lint a particular thing
npm run lint ./client