Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
Dec 31, 2019
Dec 21, 2019
Dec 21, 2019
Dec 21, 2019
Dec 28, 2019
Dec 21, 2019

readme.md

Example Website (Thumper)

Installation

To install project dependencies, in your terminal run npm install.

Development Mode

To run a localhost site with browser auto-refreshing, in your terminal run: npm run dev.

Production Build & Deploy

When you're ready to deploy your site for production, in your terminal run: npm run build. This will output all of your static files into a /dist folder. For Netlify deploys, go to "Settings > Build & Deploy", and enter...

  1. Repository: Choose your project repository from GitHub
  2. Build Command: npm run build
  3. Publish Directory: dist

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.