Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 656 Bytes

File metadata and controls

22 lines (15 loc) · 656 Bytes

Skeleton - styleguide

This project is about creating templates to display a frontend styleguide

Instructions to run the project

Prerequisites

You will need

Build

  1. Open the terminal
  2. cd path/to/project
  3. Run npm install to install dev tools
  4. Run npm start to generate the project

This will build the project and generate it in /build, start a server and open the project in your browser.

Project setup

This project using the skeleton boiler plate. Check out the skeleton documentation for more infos