Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 418 Bytes

Heading 6 Javascript frameworks in 30 Days

Original post is here

Instructions

Each project is located inside the lib folder with this structure:

./lib/{framework_name}

to run each project:

// Go to the project directory
cd ./lib/{framework_name}

// Install dependencies
npm install or yarn

// Run the project
yarn dev