concrete-starter-app
v0.9.1
Published
An empty example web app to use as a jumping off point for Concrete Elements projects.
Readme

Concrete Starter App
An empty starter app to use as a jumping off point for Concrete projects.
Installation and Usage
Step 1
After downloading or cloning this repo, install its dependencies using NPM:
npm installStep 2
Run Webpack so that the contents of concrete-elements in node_modules are made available in the public folder.
npx webpackStep 3
Serve the contents of public anywhere your heart desires. Most of my personal projects use Firebase, and a future branch will be a dedicated "Firebase-flavored" version of this project.
