/tiger-shark

apparently code names for projects are cool? i guess? personal website version 2019

Primary LanguageJavaScript

Web App template

Set up

npm install

Scripts

Development

Run the development server

npm run dev

Stop the development server

npm run stop-dev

Production

Start the production server. Note: This cleans and builds for you.

npm start

Build the distribution

npm run build

Clean the distribution

npm run clean