Skip to content

dj0nny/svelte-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 📦

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •