Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xyzhanjiang/template

Template
https://github.com/xyzhanjiang/template

babel cssnano es2015 es6 postcss webpack

Last synced: 2 months ago
JSON representation

Template

Awesome Lists containing this project

README

        

# template

[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/xyzhanjiang/template/pulls)

Template

## Install

``` shell
git clone https://github.com/xyzhanjiang/template.git
cd template
npm install
```

or generate project from this template.

## Usage

**Develop**

``` shell
npm run start
```

Visit localhost:3000

**Build**

``` shell
npm run build
```

## Structure

``` diff
template
|- package.json
|- /public
|- index.html // home page
|- /src
|- index.js // the entry point file for the application
|- /common
|- /config
|- /css // styles
|- /images
```

## Browser support

* Google Chrome 55+
* Safari 11+
* Firefox 52+
* Edge 15+