Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xyzhanjiang/template
- Owner: xyzhanjiang
- License: mit
- Created: 2020-07-22T06:15:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T03:33:15.000Z (over 3 years ago)
- Last Synced: 2024-04-13T03:23:38.548Z (10 months ago)
- Topics: babel, cssnano, es2015, es6, postcss, webpack
- Language: JavaScript
- Homepage: https://xyzhanjiang.github.io/react-bulma-admin/
- Size: 3.41 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+