Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasonliao/topview-init

:rocket: TopView projects boilerplate generator.
https://github.com/jasonliao/topview-init

Last synced: about 2 months ago
JSON representation

:rocket: TopView projects boilerplate generator.

Awesome Lists containing this project

README

        

# topview-init

TopView project**s** boilerplate generator.

## Install

```bash
$ npm install topview-init -g
```

## Setup

```bash
$ mkdir porject-name && cd project-name
$ topview-init
```

If you notice **All set! projects are awesome, have fun! :)**, that means our project's structure is already generated, cheers!

## Usage

We almost there...

```bash
$ npm install && npm run dev
```

Hit ~~localhost:8080~~ [localhost:3000](http://localhost:3000) and create our awesome project right now!

Every time you save the files in the `src` folder will reload the browser, so you don't need to press F5 repeatedly.

## Build

```bash
$ npm run build
```

with this command, we will

1. Bundle all modules into a `bundle.js` and all stylesheets into a `bundle.css` in `dist` folder with webpack.
2. Uglity `.js`, minify and `.html` into `build` folder with gulp.

## Attention

This boilerplate is never used in large applications or projects, so it probably has lots of problems. but that's ok, I believe you guys will constantly improve it.

## Bugs & Issues

Fix by yourself

## License

MIT