Krol-X / svelte-express-boilerplate

Boilerplate for developing full stack apps with Express and Svelte.js πŸ“¦

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte-express-boilerplate πŸ“¦

Boilerplate for developing full stack apps with Express and Svelte.js

Getting Started

Prerequisites

For this project you need Node installed on your machine with Npm or Yarn.

Download

You can clone this repository using Git:

git clone https://github.com/dj0nny/svelte-express-boilerplate.git

Or download the repository here

Quick start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run serve:server

# Run the Svelte client only
npm run serve:client

# Server runs on http://localhost:5678 and client on http://localhost:5000

Built with ❀️ using:

  • Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Svelte.js - Javascript framework

Contributing

Pull Requests for adding features ⇄ and β˜… are welcome 😎

About

Boilerplate for developing full stack apps with Express and Svelte.js πŸ“¦

License:MIT License


Languages

Language:JavaScript 69.7%Language:CSS 15.6%Language:Svelte 8.2%Language:HTML 6.5%