Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exolever/website-exoleaders


https://github.com/exolever/website-exoleaders

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ExO Leaders [![Build Status](https://travis-ci.org/exolever/website-exoleaders.svg?branch=master)](https://travis-ci.org/exolever/website-exoleaders)

[https://exoleaders.com/](https://exoleaders.com/)

## Install Dependencies
1. Install Node.js (v.10.0.0 upwards)

2. Install project dependencies from root directory
```
npm ci
```

## Development

### Full Application Development
Start `webpack-dev-server` on [http://localhost:8000](http://localhost:8000)
```
npm run start
```

## Build & Deployment

1. Build `production` version of application to `dist` directory
```
npm run build
```