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

https://github.com/luizbaldi/parcel-spectacle-boilerplate

simple Spectacle boilerplate to make your presentations using JSX :)
https://github.com/luizbaldi/parcel-spectacle-boilerplate

Last synced: 5 months ago
JSON representation

simple Spectacle boilerplate to make your presentations using JSX :)

Awesome Lists containing this project

README

          

# Parcel spectacle boilerplate

## Why
This is a minimalist alternative to the boilerplate provided by the Spectacle team, containing a simple structure do develop your presentations using React.

I also decided to use Parcel because of its simplicity.

## Getting Started

1. Download the boilerplate

```sh
git clone git@github.com:luizbaldi/parcel-spectacle-boilerplate.git
```

2. Remove existing version control

```sh
rm -R .git
```

3. Install dependencies

```sh
yarn
```

4. Start the webpack server. The server will run at [`localhost:1234`](http://localhost:1234).

```sh
yarn build
```

### Build
To build the project, just run

```sh
yarn start
```

And the dist will be generated at `build` folder.

## Contributing
If you have *any* doubts, suggestions or anything, feel free to open an issue :)

___
_Made with :purple_heart: by Baldi_