Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dvinciguerra/conf-boilerplate

Conference website boilerplate made with Svelte (based on braziljs/conf-boilerplate)
https://github.com/dvinciguerra/conf-boilerplate

braziljs braziljs-conf conf-boilerplate conference conference-website frontend sapper svelte3 website

Last synced: about 1 month ago
JSON representation

Conference website boilerplate made with Svelte (based on braziljs/conf-boilerplate)

Awesome Lists containing this project

README

        

# Conf Boilerplate

This project pretend to be a simple, customizable and "backendless" conference website.

![](./screenshot.png)

## Table of contents

* [Getting Started](#getting-started)
* [Author](#author)
* [License](#license)

## Getting Started

1. Install [git]() and [nodejs]() (if you don't have it installed)

2. Clone this repository

```sh
$ git clone [email protected]:dvinciguerra/conf-boilerplate.git
```

3. Go to the project directory

```sh
$ cd conf-boilerplate
```

4. Install dependencies using you favorite package manager (I prefer yarn =P)

```sh
$ yarn install
```

5. If all dependencies are installed successfully, type the follow command to run application

```sh
$ yarn run dev
```

## Author

* [Daniel Vinciguerra](https://github.com/dvinciguerra)

## License

[MIT License](./License) © Daniel Vinciguerra