To get started, clone/fork the repo
git clone https://github.com/sleithdylan/vagency.gitChange directory
cd vagencyNext, type the following in the root of this project:
npm installTo start the local server, type the following:
npm run startA quick look at the folder structure of this project.
└── src/
├── assets/
│ ├── images/
│ │ ├── jpg/
│ │ ├── png/
│ │ ├── svg/
│ │ └── favicon.ico
│ │
│ ├── js/
│ │
│ └── scss/
│ ├── base/
│ ├── helpers/
│ ├── modules/
│ ├── pages/
│ ├── _includes.scss
│ └── app.scss
│
└── index.html
This design was inspired by Md. Tarik Eamin.