Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 617 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 617 Bytes

JavaScript Frameworks

This is a list of JavaScript frameworks. It is not meant to be exhaustive, but rather a starting point for people looking for a framework to use.

To get your framework listed

  1. Fork this repo

  2. Clone your fork

git clone https://github.com/firenudge-io/JavaScript-Framework.git
  1. Move to your required framework directory
git checkout -q {framework}
  1. In the project directory, you can run following commands based on your OS to uninitiate the project.:

npm run win

npm run win

npm run linux

npm run linux