Code Monkey home page Code Monkey logo

neos.demo's Introduction

The Neos Demo Package

This is the default site package installed with the Neos base distribution. With this package, you can quickly have a look into how easy content can be generated and changed. It also shows the basic concepts of how to build a site package with custom node types and plugins.

About the frontend build stack

We included a frontend build stack based on Node.js, NVM, esbuild, PostCSS and Yarn.

Installation

Make sure that Node.js and Yarn are installed. It is recommended to use NVM to manage versions of the Node.js versions.

 # Enable the correct nvm
 nvm use
 # Install the package dependencies
 yarn

Commands

Command Description
yarn build Builds all assets
yarn pipeline Runs install and then build all assets
yarn start Watches the sources and rebuilds assets on change

Package management

The dependencies are stored in the package.json file, so if you edit any config, or need new packages, you have to add them to this file. You can read more about this here.

Explanation of the config files

Filename Explantion
.editorconfig Helps maintain consistent coding styles
.eslintignore These files get ignored from ESLint
.eslintrc The configuration file for ESLint, a pluggable Javascript linter
.nvmrc This file contains the required Node.js version and is used by NVM
.postcssrc.js The configuration for PostCSS
.prettierignore These files gets excluded from the Prettier code formatting
.prettierrc This is the configuration file for Prettier
.stylelintrc This is the configuration file for Stylelint
.yarnclean Cleans and removes unnecessary files from package dependencies
esbuild.mjs Configuration for esbuild
yarn.lock This is the lockfile for Yarn. This is needed to get consistent installs across machines

neos.demo's People

Contributors

jonnitto avatar kdambekalns avatar aertmann avatar mficzel avatar sebobo avatar skurfuerst avatar robertlemke avatar gerhard-boden avatar hlubek avatar markusguenther avatar kitsunet avatar daniellienert avatar bwaidelich avatar ahaeslich avatar crydotsnake avatar mgoldbeck avatar johannessteu avatar dependabot[bot] avatar regniets avatar albe avatar dfeyer avatar mhsdesign avatar iseries avatar mattiasnilsson avatar htuscher avatar afoeder avatar bjen avatar dimaip avatar fnkr avatar franzkugelmann avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.