w3tecch / express-typescript-boilerplate-presentation

Presentation about express-typescript-boilerplate

Home Page:https://w3tecch.github.io/express-typescript-boilerplate-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

w3tec

Presentation about express-typescript-boilerplate

Made with ❤️ by w3tech & contributors


❯ Why

Full configured reveal.js sample project with webpack and some awesome features:

Features

  • Markdown & HTML Support Write your slides with the markdown or html language.
  • Sass Define your styles with Sass.
  • Github Deployment Run npm start deploy to deploy your builded presentation on th github pages.

divider

❯ Table of Contents

divider

❯ Getting Started

Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install Node.js and NPM

Install yarn globally

npm install yarn -g

Step 2: Serve your App

Go to the project dir and start your app with this npm script.

npm start

divider

❯ Scripts and Tasks

All script are defined in the package-scripts.js file, but the most important ones are listed here.

Install

  • Install all dependencies with yarn install

Serve

  • Run npm start to serve your presentation locally

Deploy

  • Run npm start deploy to deploy your presentation on the github pages.

divider

❯ License

MIT

About

Presentation about express-typescript-boilerplate

https://w3tecch.github.io/express-typescript-boilerplate-presentation/


Languages

Language:HTML 64.4%Language:CSS 25.3%Language:JavaScript 10.3%