Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 723 Bytes

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.

Gif1

Gif2

Getting Started

Clone the repo

Run in the terminal: git clone https://github.com/GeorgiSTodorov/Threads.git

Open the folder

cd Threads

Install the dependencies

npm install

Start the project

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.