Skip to content

PopCPS/Plann.er

Repository files navigation

Plann.er

Plann.er is a trip planning app built with ReactJS, Tailwind CSS, and TypeScript.

Getting Started

Follow these instructions to set up and run the project locally.

Prerequisites

  • Node.js
  • npm or yarn

Clone the Repositories

  1. Clone the frontend repository:

    git clone https://github.com/PopCPS/Plann.er.git
    cd Plann.er
    
  2. In another folder clone the backend repository:

    git clone https://github.com/rocketseat-education/nlw-journey-nodejs.git
    cd nlw-journey-nodejs
    

Configure Backend

  1. Rename .env.example to .env in the backend repository:

    mv .env.example .env
    

Install Dependencies And Run the Projects

  1. Install dependencies and the frontend:

    npm i
    npm run dev
    
  2. Install dependencies and the backend:

    npm i
    npm run dev
    

Access the Application

Once both projects are running, you can access the Plann.er app at http://localhost:5173.