svelte-express-boilerplate
svelte-express-boilerplate copied to clipboard
Boilerplate for developing full stack apps with Express and Svelte.js 📦
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 😎