Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 682 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 682 Bytes

Front-End Boilerplate

This is the front-end boilerplate that we use at KPS3.

More details on how it works and the backstory can be found at: http://kps3.com/our-front-end-development-boilerplate/

Features

Getting Started

Make sure you have Yarn installed.

$ git clone https://github.com/kps3/kps3-boilerplate.git
$ cd kps3-boilerplate
$ npm install

Usage

The following commands are available:

  • npm run build to build the project
  • npm start to watch files for changes and automatically rebuild the project