Skip to content

caganseyrek/Jumpstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jumpstart

This repository contains various building blocks for starting a new project, or adding a feature to an existing project.

Installation

First, clone the repository:

git clone https://github.com/caganseyrek/Jumpstart.git

Then navigate to folder of the cloned repository and use the codes/projects you need:

cd path/to/Jumpstart

Descriptions

  • express-app and vite-react-ts are staring projects, their purpose is to accelerate the starting process when creating a new project. You can just copy the the folders, install the dependencies and start your project from there.
npm i
pnpm i