Skip to content

This template will show you the basic project structure for building your own custom Tapps with ES2015 and the chayns-Framework.

License

Notifications You must be signed in to change notification settings

TobitSoftware/chayns-template-esnext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license GitHub pull requests

chayns with ES.NEXT - Template

This template contains a tapp using the chayns API. If you're a chayns® manager you can switch to the specific mode and a PersonFinder will get visible.
Using this PersonFinder you can select users which then will be appended to the user list.

This template will help you getting started with building Tapps for your chayns®-Website with ES.Next. First of all you have to make sure, that you have the latest version of node.js installed.

Development

  1. Install all project dependencies with npm i

  2. Start your webpack-dev-server for debugging your project with npm start

    The webpack-dev-server is now running on your localhost on the port 8080. If the port is not available you can change it in the dev.babel.js in the webpack folder.

    npm start runs the server in HTTPS mode. You need to add a ssl certificate to /webpack/ssl. If you just need HTTP then you can use npm run start:http

  3. Implement the example Tapp to your chayns® site .

    1. Go to configuration -> Tapps
    2. Click Add Tapp
    3. Use external content
    4. Give the Tapp a name and type in the following URL : http://localhost:8080
    5. Click add
  4. Start development.

Building

You can build this project via npm run build.

You can also build this project with sourceMaps for testing via npm run build:staging.

About

This template will show you the basic project structure for building your own custom Tapps with ES2015 and the chayns-Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published