3.0.6 • Published 4 years ago
@hhogg/antwerp v3.0.6
Technology
- Typescript
- Parcel (bundler and dev servers)
- React
- PostCSS (with postcss-preset-env for a little power)
- Two (2d drawing)
- Firebase (hosting)
Setup
Prerequisites
• Node - Either use nvm use or checkout the tested version inside the .nvmrc file.
Setup
Clone the repository
git clone git@github.com:HHogg/antwerp.gitInstall the dependencies with your favourite package manager
yarn installRunning
Spin up the Parcel development server
yarn startBuilding
Build the static files using Parcel
yarn buildDeploying
Deploy to Firebase hosting (... after authenticating)
yarn deploy