Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 863 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 863 Bytes

Bootstrap project start

Bootstrap project start is a data driven boilerplate for fast and easy project start.

Getting Started

Prerequisites

At least version 8 of Node.js is required for project usage. Check your current Node.js version with:

node -v

Use NVM to upgade Node.js verion if needed.

Installing

After cloning the project, install dependencies running:

yarn or npm install

To start project:

yarn start or npm start

Step by step guide

The project is data driven, so most of the configuration will be made in .json files

General setup

Nunjucks is used as a template engine, so the main config file is in src/data/data.json. All the meta data is cofigurated from this file.

SCSS variables

  • Colors
  • Typography
  • Grid