Skip to content

akmur/starterParcelJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParcelJS Starter Kit

This is a front-end development starter kit that uses Parcel. Linting is done using standardJS. The use of standardJS editor extensions is recommended (for VSCode: vscode-standardjs, vscode-standardjs-snippets, vscode-react ).

Included is a test /src folder (with JS and Scss) and a test index.html.

How does it work

  1. Install Node on your machine

    I recommend using NVM or nodenv, but you can also use the binaries from the Node website.

  2. Open your terminal and go to the folder containing this project, then run

    npm install
  3. Now you have at your disposal two main npm commands:

    npm run dev

    which will start Parcel (which in turn will compile your js and scss, watch for file changes and serve your index.html).

    npm run dist

    will generate production files.


Favicon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

About

A starter kit using the awesome ParcelJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published