mictlantecutli / team_activity_01

This is our first team activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sleepoutside

Description

Use this as a starting point to complete the WDD 330 team activity: the SleepOutside web application. It scaffolds out a simple web app with snowpack support to bundle up our assets.

Prerequisites

Setup

  • npm install
  • npm run start starts up a local server and updates on any JS or CSS/SCSS changes.

Other commands

  • npm run build to build final files when you are ready to turn in. Note that only one person in your group should run build.
  • npm run lint to run ESLint against your code to find errors.
  • npm run format to run Prettier to automatically format your code.

About

This is our first team activity


Languages

Language:HTML 91.7%Language:JavaScript 4.2%Language:CSS 4.1%