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

https://github.com/lukaszkups/project-starter

A simple, modern, webpack-based project starter boilerplate
https://github.com/lukaszkups/project-starter

project-starter project-starter-kit webpack

Last synced: 3 months ago
JSON representation

A simple, modern, webpack-based project starter boilerplate

Awesome Lists containing this project

README

        

# project-starter
A simple, modern, webpack-based project boilerplate

# how to use

Clone the repo, update origin to your repository, then enter the folder and run commands:

```
npm i
npm start
```

# special thanks

This config is heavily based on [WBKD's webpack starter](https://github.com/wbkd/webpack-starter/) repository.