This project was bootstrapped with Create React App.
UWC Blog is a personal blog for my experience at UWCiM. The project is made using ReactJS, html and css.
Use the package manager yarn to install.
yarn
Use uwcblog-api as back-end by changing .env with your port, database key, database url and cookie and start the server:
yarn
yarn start
You can start uwcblog that way too:
yarn start
The projects has two main folders - ./src and ./public as well as four main files - .gitignore, README.md, package.json and yarn.lock. The ./public folder includes index.html and the React app is in ./src which is divided in components, pages, images and utils.