Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 📦

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 😎