Skip to content

Asday/server-side-rendering-exploration

Repository files navigation

Server Side Rendering Exploration

Nothing like a bit of experimentation.

Current progress and a slightly better idea of what's going on is hanging out in the goals.

Developing

nvm install 10
npm i
pip install -r requirements-dev.txt
npm run build
./watch
# In a separate shell
./manage.py runserver

Then browse to localhost:8000.

As this matches no routes, the request will be farmed out to a node process, then returned via Django.

Running tests

detox
npm run test

Running Storybook

npm run storybook

Then browse to localhost:9001.

About

What happens when we try to put react, django, and some manner of js server, in one repository?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published