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.
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.