Stay up to date about SpaceX upcoming missions, and achivements. 🎉
- SSR Support
- Code-splitting using loadable-components
- Styled Components v5
Make sure you have Node (LTS) installed on your machine.
- Duplicate
.env.example
file and rename it.env
- Run
yarn install
yarn dev
- Run the client webpack dev serveryarn dev:server
- Run server side rendering with client in development modeyarn build:client-prod
- Build production assets for clientyarn build:server-prod
- Build production assets for serveryarn build:app
- Build production universal buildyarn start
- Start server (Make sure assets are ready:yarn build:app
)