Skip to content

Latest commit

 

History

History
 
 

with-jsconfig-paths

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Razzle With Jsconfig Paths Example

How to use

Create and start the example:
npx create-razzle-app --example with-jsconfig-paths with-jsconfig-paths

cd with-jsconfig-paths
yarn start

Idea behind the example

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.