Skip to content

An app where we can input and celebrate the little things we achieve (which are actually HUGE) during our time as DAA students

Notifications You must be signed in to change notification settings

pikopiko-2023/The-winners

Repository files navigation

Boilerplate: Fullstack with Sass

Setup

What's included

This repo includes:

  • a single, simple API endpoint (/api/v1/fruits)
  • a single React component (<App />)
  • an example database module (server/db/fruits.js)
  • an API client module (client/apis/fruits.js)
  • configuration for Vitest and testing library
  • configuration for server-side debugging in VS Code
  • configuration for preprocessing Sass

Installation

From the Github UI

See the instructions here to use Github's feature to create a new repo from a template.

From the command line

git clone https://github.com/dev-academy-challenges/boilerplate-fullstack-query [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 and the client running on http://localhost:5173.


Provide feedback on this repo

About

An app where we can input and celebrate the little things we achieve (which are actually HUGE) during our time as DAA students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published