0.9.1 • Published 5 years ago

concrete-starter-app v0.9.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Concrete logo

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 install

Step 2

Run Webpack so that the contents of concrete-elements in node_modules are made available in the public folder.

npx webpack

Step 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.