Official 2018 Bluprint website. Bluprint is an Angular 5 project which uses Contentful as a CMS platform.
- Clone or fork this repository
- run
npm install
to install dependencies - run
npm start
to fire up dev server - open browser to
http://localhost:4200
Alternatively, you can use yarn to install
and start
.