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 :)
- Host: GitHub
- URL: https://github.com/luizbaldi/parcel-spectacle-boilerplate
- Owner: luizbaldi
- Created: 2019-05-03T00:15:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:54:02.000Z (over 3 years ago)
- Last Synced: 2025-02-14T03:42:01.408Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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_