Skip to content

volchenokib/aliSayed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliSayed

simple web page with grid layout.  Check out the demo!

Usage

Clone this repo using

git clone https://github.com/volchenokib/aliSayed.git <YOUR_PROJECT_NAME>

Move to the appropriate directory:

cd <YOUR_PROJECT_NAME>

Run this command in order to install dependencies

npm install

You must also have parcel installed globally:

npm install -g parcel-bundler

Run this project

npm run  start

For creating dist folder run

npm run build