MarinEstrada / udacity-goals-todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App. This repo was made to convert index.html in https://github.com/MarinEstrada/pre_project2_redux_beginnings into a React App

How to run this My Reads project locally

This project can be locally on "localhost:3000/" using

  • npm (Node Package Manager)
  • Docker

Using npm

  • install all project dependencies with: npm install
  • start the development server with: npm start

Using Docker

To start the app locally run: docker-compose up -d

To download extra needed dependencies run: bash add_dependencies.sh {dependency_name}

To take a look at the logs: docker-compose logs -f

To tear the containers down docker-compose down

About


Languages

Language:JavaScript 81.9%Language:HTML 11.4%Language:Shell 4.2%Language:CSS 2.4%