Skip to content

john-smilga/js-comfy-house-parcel-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Javascript Comfy House Parcel Setup

Once you download the project and run

NPM INSTALL

you have two options of running the project

  1. Using only local data
  2. Using contenful data

Using local data (default option) :

  1. for local development

NPM START

Parcel will create dist folder and project will be available on localhost: http://localhost:1234/

  1. for production

NPM RUN BUILD

Parcel will create public folder ready for production.

Using contentful data :

  1. Head over to html and change src from app_local.js to app_contenful.js
  2. In contenful.js add your own credentials.
  3. Repeat steps 1 or 2 from local data setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published