npx create-razzle-app --example with-jsconfig-paths with-jsconfig-paths
cd with-jsconfig-paths
yarn start
This is a basic, bare-bones example of how to use razzle with jsconfig paths, this also works with tsconfig.
It satisfies the entry points src/index.js
for the server and and src/client.js
for the browser.