Skip to content

GraphtyLove/art-and-dogs-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Art and Dogs website

What is it?

Website for the groomer Daniele Snijers, to introduce her business and allow clients to contact her.

How?

Made in react.

Who?

Screenshot

Screenshot of the website

Communication with Back-end

The contact form is linked to a Firebase DB. Use you own Firebase key to make it run.

Deployement

The deployement is managed with Vercel

Project installation

With NPM

npm install

With yarn

yarn install

Run project (development)

With NPM

npm start

With yarn

yarn run start

Build optimised code for productions

With NPM

npm run build

With yarn

yarn run build