Responsive Website Starter

First, install dependencies:

npm i
# or
yarn install

Second, run development server:

npm run dev
# or
yarn dev