Bootstrap project start is a data driven boilerplate for fast and easy project start.
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.
After cloning the project, install dependencies running:
yarn
or npm install
To start project:
yarn start
or npm start
The project is data driven, so most of the configuration will be made in .json files
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.
- Colors
- Typography
- Grid