1.0.0 • Published 6 years ago

spa-boilerplate v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Application template

build status dependencies status devDependencies status Gitter

Usage

Create a new project base:

git clone https://github.com/spasdk/boilerplate.git my-project

Remove git metadata and install dependencies:

cd my-project
rm -rf .git
npm install

Execute npm scripts:

# init build structure
npm run develop init

# build everything
npm run develop build

# monitor all file changes and rebuild
npm run develop watch

# start static, livereload and repl services
npm run develop serve

# start only one service
npm run develop repl:start

# show all task with statuses
npm run develop status

# show task configuration
npm run develop pug:config

# and so on

The same commands are possible for release profile.

Contribution

If you have any problems or suggestions please open an issue according to the contribution rules.

License

spa-boilerplate is released under the MIT License.

1.0.0

6 years ago