-
Clone this repo to your system to get the project files
git clone https://github.com/neomjs/neo.git
-
Open the checked out top level folder inside your terminal
cd neo
-
Get the required node modules
npm install
-
Run the following build scripts:
npm run generate-docs-json npm run dev-css-structure npm run dev-theme-dark npm run dev-theme-light
(See the <a href="./docs/tutorials/10_BuildScripts.md">Build Scripts Guide</a> for further details.)
-
Make sure to use a local WebServer!
- Use a local webserver of your choice
- OR npm run webpack-dev-server => open
(JS module imports can not work on the local file system (security).)
-
npm run create-app
localhost/neo/docs/
localhost/neo/examples/component/helix/
chrome://flags/#enable-experimental-web-platform-features (Copy the link into a new browser Tab)
See: examples/README.md for more details!
After using the development and / or production build,
- npm run build-development
- npm run build-production
you can run the examples like this:
localhost/neo/dist/development/examples/component/helix/
localhost/neo/dist/production/examples/component/helix/
The build (dist) versions also work in Firefox & Safari and do not require the Chrome flag.
Copyright (c) 2015 - today, Tobias Uhlig & Rich Waters