Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enjeck/TutCode

Watch/read tutorials and write code on the same page
https://github.com/enjeck/TutCode

css education html javascript tutorial video-player youtube

Last synced: about 2 months ago
JSON representation

Watch/read tutorials and write code on the same page

Awesome Lists containing this project

README

        

# TutCode
A website where you can read/watch tutorials and write code on the same page. Try it out at https://tutcode.netlify.app/.

All the relevant JavaScript code can be found at [src/index.js](main/src/js/index.js).

#### Todo
Initially, Prism Live was used for syntax highlighting, but it was glitchy, so it's been removed.
I'll have to find another way to highlight the code.

## Screenshots
#### With Video
![](screenshot1.png)

#### With Article
![](screenshot2.png)

## Building a local version

1. Clone the repository

```
git clone https://github.com/PROTechThor/TutCode.git
```
2. Enter the directory and install node modules
```
cd TutCode
npm install
```
3. Access the live server
```
npm run start
```
You should now find the server running at http://localhost:1234