Welcome to my litte exercise in Frontend Development.
This is a threads example using React, json-server and sass. Developed and tested mainly in Firefox.
Please enjoy.
Run in the terminal: git clone https://github.com/GeorgiSTodorov/Threads.git
cd Threads
npm install
npm start
The project should autmatically open at port 3000, while the json-server is running at port 3001.
This project was bootstrapped with Create React App.