Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 873 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 873 Bytes

Conf Boilerplate

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

Table of contents

Getting Started

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

  2. Clone this repository

  $ git clone git@github.com:dvinciguerra/conf-boilerplate.git
  1. Go to the project directory
  $ cd conf-boilerplate
  1. Install dependencies using you favorite package manager (I prefer yarn =P)
  $ yarn install
  1. If all dependencies are installed successfully, type the follow command to run application
  $ yarn run dev

Author

License

MIT License © Daniel Vinciguerra