Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dj0nny/svelte-express-boilerplate
Boilerplate for developing full stack apps with Express and Svelte.js 📦
https://github.com/dj0nny/svelte-express-boilerplate
boilerplate boilerplate-application boilerplate-express express express-js expressjs svelte svelte-v3 sveltejs
Last synced: 3 months ago
JSON representation
Boilerplate for developing full stack apps with Express and Svelte.js 📦
- Host: GitHub
- URL: https://github.com/dj0nny/svelte-express-boilerplate
- Owner: dj0nny
- License: mit
- Created: 2019-08-24T08:06:17.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-06T03:07:10.000Z (over 1 year ago)
- Last Synced: 2024-09-30T15:01:22.803Z (4 months ago)
- Topics: boilerplate, boilerplate-application, boilerplate-express, express, express-js, expressjs, svelte, svelte-v3, sveltejs
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 81
- Watchers: 5
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# svelte-express-boilerplate 📦
> Boilerplate for developing full stack apps with Express and Svelte.js
## Getting Started
### Prerequisites
For this project you need [__Node__](https://nodejs.org/en/) installed on your machine with [__Npm__](https://www.npmjs.com/) or [__Yarn__](https://yarnpkg.com).
### Download
You can clone this repository using __Git__:
```bash
git clone https://github.com/dj0nny/svelte-express-boilerplate.git
```Or download the repository [here](https://github.com/dj0nny/svelte-express-boilerplate/archive/develop.zip)
### Quick start
```bash
# 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](https://nodejs.org/en/) - JavaScript runtime built on Chrome's V8 JavaScript engine.
* [Express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js
* [Svelte.js](https://svelte.dev/) - Javascript framework## Contributing
Pull Requests for adding features ⇄ and ★ are welcome 😎