Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 493 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 493 Bytes

boilerplate

simple, no-bullshit fullstack web boilerplate

technologies

install

git clone https://github.com/aidenybai/boilerplate.git
cd boilerplate
yarn

or just use vscode 🤡

instructions

dev start

yarn dev

prod start

yarn build && yarn start

prettier

yarn cleanup