Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 468 Bytes

Scaffold-314

Project scaffolding tool for ICS 314 assignments

To use:

1. Make sure you have Node installed

node --version

2. Run this script in the terminal

npx scaffold-314@latest

Note: Make sure your working directory is your project folder, as it creates the files in your current directory.

3. Choose a template type

  • Native HTML + CSS + JS project
  • Bootstrap 5 project
  • React app
  • Meteor app (TODO maybe)