MitchPierias / Treehouse-FSJS-Project-10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treehouse Logo Fullstack Javascript Tech Degree

Project 10 - Full Stack App with React and a REST API

Usage

Install all required api server dependencies

cd ./api
npm install

Start a mongodb instance and seed the database

npm run seed

Then start the express server

npm start

Now open another terminal window, navigate back to the react client and install dependencies

cd ../client
npm install

And finally start the React development client

npm start

Project tasks

  • React project created with create-react-app located within ./client
  • A REST API contained in the folder ./api
    • Supports CORS

About


Languages

Language:JavaScript 56.6%Language:CSS 25.3%Language:HTML 18.2%