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

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

License

Notifications You must be signed in to change notification settings

fsmaiorano/static-pages

Repository files navigation

💻 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.