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.
-
Fork this repo
-
Clone your fork
git clone https://github.com/firenudge-io/JavaScript-Framework.git
- Move to your required framework directory
git checkout -q {framework}
- In the project directory, you can run following commands based on your OS to uninitiate the project.:
npm run win
npm run linux