sylvia-gp / many-tanks

A handy dandy fishkeeping tool!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack boilerplate

To get started:

git clone https://github.com/dev-academy-challenges/boilerplate-fullstack [your-project-name]
cd [your-project-name]
npm install # to install dependencies
npm run dev # to start the dev server

You can find the server running on http://localhost:3000.

This repo includes:

  • a single, simple API endpoint (/api/v1/fruits)
  • a single React component (<App />)
  • a fake database module (db.js)
  • an API client module (apiClient.js)
  • configuration for Jest and Enzyme (including JSDOM)
  • configuration for server-side debugging in VS Code
  • a single client-side test (/tests/client/App.test.js)

About

A handy dandy fishkeeping tool!


Languages

Language:JavaScript 96.3%Language:HTML 3.7%