Skip to content
/ a3-demo Public template
forked from apostrophecms/public-demo

A test project for ApostropheCMS 3.x

License

Notifications You must be signed in to change notification settings

corllete/a3-demo

 
 

Repository files navigation

Apostrophe 3 demo and test project

Get started

  1. Install dependencies with npm install.
  2. Add your first user with node app @apostrophecms/user:add {MY_USERNAME} admin.

Running the project

Run npm run dev to build the Apostrophe UI and start the site up. Remember, this is during alpha development, so we're all in "dev mode."

Analyzing bundle size

It is possible to analyze the size of the admin UI webpack bundle:

APOS_BUNDLE_ANALYZER=1 node app @apostrophecms/asset:build

This will display a visualization in your browser.

As of this writing, we are not optimizing the webpack build for production, so expect to see big numbers.

About

A test project for ApostropheCMS 3.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.1%
  • HTML 27.6%
  • SCSS 18.6%
  • Shell 13.4%
  • Other 1.3%