This template will help you getting started with building tapps for your chayns site with React. First of all you have to make sure, that you have the latest version of node.js installed.
- Install all project dependencies with
npm i
- Start your webpack-dev-server for debugging your project with
npm start
- Open
https://digitalplayground.chayns.net/LiveCoding
in your browser - Allow unsafe scripts in browser, because no ssl certificate is given in project
- Start development.
Hint: Writing tapps with React? You might also want to take a look at our React Style Guide.
You can build this project via npm run build
.
You can find the complete project with the different steps in the feature/complete
branch. An explanation of the steps will follow.
- SourceTree: https://www.sourcetreeapp.com/