Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 749 Bytes

ProgrammingProjects.org

This is a repository of programming projects.

This project aims to create a collection of programming projects, (ideally) complete with guidelines and walkthroughs. The idea is that individuals of various skill levels can use this repository to find practice projects and enhance their understanding of programming concepts.

Running a local copy

You need Node.js installed in your system. If you don't have it, check the official website for further instructions.

git clone https://github.com/anonymouscoolguy/programmingprojects.git

Then install all necessary dependencies,

npm install

And run the live development server,

npm run start