Skip to content

Getting Started

Installation

With this project you can clone or use like a template in repository

01. Clone repository

bash
git clone https://github.com/NTAK666/foundation-template.git
cd foundation-template
npm install
npm run docs:dev
git clone https://github.com/NTAK666/foundation-template.git
cd foundation-template
npm install
npm run docs:dev
bash
git clone git@github.com:NTAK666/foundation-template.git
cd foundation-template
npm install
npm run docs:dev
git clone git@github.com:NTAK666/foundation-template.git
cd foundation-template
npm install
npm run docs:dev
bash
gh repo clone NTAK666/foundation-template
cd foundation-template
npm install
npm run docs:dev
gh repo clone NTAK666/foundation-template
cd foundation-template
npm install
npm run docs:dev

02. Use like template

On project in GitHub here you can see the Use this template button, click on it and follow the steps.

03. Initialize project with NodeJS

bash
npx create
npx create