pyladies-bratislava / website

Frontend for the website of the Pyladies Bratislava chapter
MIT License
2 stars 2 forks source link

Notes about the meetups #8

Open filias opened 4 years ago

Stanka-ai commented 4 years ago

On 20. PyLadies Meetup we continued working on our Website. At first, we talked about our last meetup issues and then we were introduced in initial skeleton of website by Filipa and Irina. In backend we will use web framework Flask and in fronted a Javascript library React. To see it running on our computers, we created and activated virtual environment in our pyladies website directory. A virtual environment is a separate space for a project, so what we install here, doesn’t interfere with other projects. When we installed and run flask in our backend directory, we can see our menu. In frontend we installed and started npm and we could see our logo. npm is the package manager for the Node JavaScript platform.