Skip to content

Example project of a Express http server, using JSXTE for html templates.

License

Notifications You must be signed in to change notification settings

ncpa0/jsxte-with-typescript-example

Repository files navigation

Setup

  1. Make sure you have Node.js installed.

  2. Clone this repository.

  3. Enter the repository and install the dependencies via npm or yarn:

    npm install

    or

    yarn
  4. Build the project files:

    npm run build

    or

    yarn build
  5. Start the server:

     npm run start

    or

    yarn start
  6. Example TODO app should now be up and running at http://localhost:8080

About

Example project of a Express http server, using JSXTE for html templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published