Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 456 Bytes

💻 Static Page Boilerplate

A quick startup for develop static web pages with sass and typescript.

Getting Started

Install all dependencies with: $ yarn or $ npm install.

Dev Environment

$ yarn start / npm run start

Deployment

$ yarn build:prod / npm run build:prod

After run this command and the process finishes, user the public directory like build directory. In this directory you'll find the release codes.