Skip to content

kvartalshow/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel config for static pages (Landing pages)

Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.

  • template: HTML (modules)
  • styles: CSS, SCSS

Installation

npx degit a1exalexander/parcel-static my-new-project
cd my-new-project
npm start

Usage

Dev server

npm start 

or

npm run dev 

Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build

npm run build 

Builds the app for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

My portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •