Skip to content

winstonco/scaffold-314

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)