Skip to content

Example code as part of a thing I wrote on medium about how to use css modules on the server as well as in the client.

Notifications You must be signed in to change notification settings

mattvagni/server-side-css-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code as part of a thing I wrote on medium about how to use css modules on the server as well as in the client.

Running this locally:

# Install dependencies
npm install

# Build the client code (to ./build/client/)
npm run build:client

# Build the server code (to ./build/server/)
npm run build:server

# Watch the for changes and rebuild client code as needed:
npm run watch:client

# Watch the for changes and rebuild server code as needed:
npm run watch:server

About

Example code as part of a thing I wrote on medium about how to use css modules on the server as well as in the client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published