This repo contains the basic frontend scaffolding intended to assist in quickly setting up the basic tools you need to get started developing a pure front end.
These instructions will get you a copy of this scaffolding up and running on your local machine for local development and testing purposes.
yarn
is used to for the installation processyarn install
or yarn
yarn build
yarn start
We will be using yarn
and webpack
for task management.
yarn build
: build or update distyarn start
: update dist on each change and has hot module replacementyarn plop
: creates directories and associated files under source using atomic structure (atom, molecule, organism, template, page)
plopfile.js