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

kps3/kps3-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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