Skip to content

nkzd/trello-clone-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello clone

Trello clone web application made with Mongo, Express, React, NodeJS.
(Mern stack)

Repositories

Frontend: https://github.com/nkzd/trello-clone-frontend
Backend: https://github.com/nkzd/trello-clone-backend

Storybook

Project was built with component driven design in mind using storybook, run storybook with:

yarn storybook

Development setup

Backend:

Clone the repo: git clone https://github.com/nkzd/trello-clone-backend.git

Install the dependencies: npm install

Run the backend app (default port is 1337): npm run start

Frontend:

Clone the repo: git clone https://github.com/nkzd/trello-clone-frontend

Install the dependencies: yarn install

Create a .env file with REACT_APP_API_URL enviroment variable that points to backend. Example can be found in .env.example file. Default is http://localhost:1337/. REACT_APP_API_URL="http://localhost:1337/"

Run the frontend app (default port is 3000): yarn start

License

Distributed under the MIT license. See LICENSE for more information.

https://github.com/nkzd