https://github.com/stefannieuwenhuis/assignment
Bol.com assignment
https://github.com/stefannieuwenhuis/assignment
Last synced: about 1 month ago
JSON representation
Bol.com assignment
- Host: GitHub
- URL: https://github.com/stefannieuwenhuis/assignment
- Owner: StefanNieuwenhuis
- Created: 2017-06-20T19:16:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T11:22:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T14:58:44.240Z (3 months ago)
- Language: JavaScript
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Assignment
Bol.com Assignment Front-end Engineer Javascript carried out by Stefan Nieuwenhuis.## Prerequisites
> This project has dependencies that require both Node 6.9.0 or higher and NPM 3 or higher and requires webpack-dev-server to be installed globally.Get Node and NPM [here](https://nodejs.org/en/).
To install webpack-dev-server globally:
```bash
$ npm install -g webpack-dev-server
```## Table of contents
* [Installation](#installation)
* [Usage](#usage)## Installation
**BEFORE YOU INSTALL:** please read the [prerequisites](#prerequisites).
```bash
$ npm install
```## Usage
### Serving the project via a development server
```bash
$ npm start
```Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.
### Generate a build
```bash
$ npm run build
```
A folder called `dist` is generated in the root of the project and contains all the bundled sources.