Skip to content

Initz-Templates/Bookmark-Website-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try on Initializ

On Dev

Kubeday India

On Prod

Kubeday India

Prerequisite

Must have an Account on Initializ.ai

Steps to Create Account

Step 1: SignUp

Sign Up

Step 2: Verify Your Email

Step 3: Sign In

Sign In

Step 4: Deploy on Initializ

How To Use

From your command line, clone and run Bookmark-Website-React:

# Clone this repository
git clone https://github.com/initializ-templates/Bookmark-Website-React.git
 
# Go into the repository
cd Bookmark-Website-React
 
# Setup default environment variables
 
# For Linux
cp env.example .env
# For Windows
copy env.example .env
 
# Install dependencies
npm install