-
Hello, I'd like to ask if it would be possible to add some instructions to manually create a new project using reactivated. I am using windows cmd as my Dev env and i can't use nix. I also don't want to use docker. Even creating a small GitHub project template with a package.json (for js deps) and a requirements.txt (for python deps) containing the sample app that we can clone should be enough. Please don't force people to use exotic tools just to geverate a simple project to take a peek at how this is working! Thank you and best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
I just found out this page https://www.reactivated.io/documentation/existing-projects/ that covers my request! Can we close this discussion? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello @silviogutierrez I tried creating a new project manually by following the instructions on https://www.reactivated.io/documentation/existing-projects/. The project is here if you wanna take a look: https://github.com/spapas/reactiv (please notice I'm using windows) Now, I'm trying to try the project and although runserver works, when I visit the homepage I get the following error:
Also, I tried running the
This error probably is related to the fact that you are trying to run tsc directly on Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello @silviogutierrez thank you for the help. I followed your steps however when I tried to run build.renderer.js I get the following error:
I have node js v 16:
and I've run npm install on my project folder:
Any idea? TIA |
Beta Was this translation helpful? Give feedback.
I just found out this page https://www.reactivated.io/documentation/existing-projects/ that covers my request! Can we close this discussion? Thank you!