There are many minimal quick NodeJS project maker programs, but Jsquick is different, because it will help you throught the journey of your development, it will track the routes in your API or the components in your Website. Jsquick can also quickly generate boilerplate events for your discord bot and more!
Current types of projects:
- API
- React Website
- Discord Bot
First download the newest version of Jsquick from releases, and run the installer.
After Installing you need to add the bin folder to Path environment variable. The bin folder is located in the directory of where you installed Jsquick, to add it to the Path, copy the path of the bin folder. Open windows search and search for "env" and open the first result, now click on Environment Variables at bottom right, under System Variables select Path. Then click Edit, click New and paste the bin folder's path. Click Ok and you're finished.
- npm
npm install npm@latest -g
- Run Jsquick with the "create" argument
jsquick create
- Choose the project type
? What kind of project do you want to build?
- Enter information about the project
? Describe your project:
- Run your project!
cd <projectName> npm start
Go to https://jsquick.georgeckito.xyz/docs to learn more about JsQuick