a custom boilerplate framework for scaling isomorphic applications
lerna + node
lerna bootstrap npm i
npm run dev npm run start npm run build
- /src/index.client.tsx or /src/index.server.tsx are the absolute entry-points for your web-app
- application-config is where you can store your global application-related configurations
- webpack-config / prettier / eslint are pre-configured