Use this as a starting point to complete the WDD 360 team activity: the SleepOutside web application. It scaffolds out a simple web app with Vite support to bundle up our assets.
- You must have Node installed. Visit https://byui-cit.github.io/learning-modules/modules/general/node-installation/.
npm installnpm run startstarts up a local server and updates on any JS or CSS/SCSS changes.
npm run buildto build final files when you are ready to turn in.npm run lintto run ESLint against your code to find errors.npm run formatto run Prettier to automatically format your code.