Skip to content

unapt/Vanadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanadium Hackathon Template

This is straight boiler-plate using:

Frontend: NextJS, Typescript, Chakra UI

Backend: FastAPI, Python

Install dependencies (run this on the parent directory)

npm install

Then you can run the frontend with:

cd packages/frontend
npm run dev

Then you can run the backend on a different terminal instance:

cd packages/backend
npm run dev

Troubleshooting Errors:

If you are having initial erroring in front-end code, make sure you are using the workspace version of typescript. You can check this through command pallete CRLT + SHIFT + P then typing Typescript: Select Typescript Version

If you are having issues reciving server responces from the backend please ensure you are using node version < 18.

*template was build on v16.16.0

Note: If you see something that can be improved, please make a PR

About

Hackathon template for anyone to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors