Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emememw committed Dec 24, 2016
1 parent ecacec1 commit beb6609
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
todo
Taser-Starter
===================================

Taser-Starter can be used to initially setup a Taser-Project. It provides everything you'll need to get started:

* Project structure setup
* Webpack & Babel Configuration
* Mandatory Dependencies
* NPM run scripts

### Installation (Setup new Project)

Create your project directory
> mkdir my-taser-project

Initialize NPM
> npm init
Install Taser-Starter dependency
> npm install --save taser-starter
Run the installer
> node node_modules/taser-starter/installer.js
Start the dev-Server ( navigate your browser to http://localhost:8080 )
> npm run dev
### Update existing Project Configuration

Just run the installer again
> node node_modules/taser-starter/installer.js
### Usage (NPM run scripts)

Start the dev-Server ( navigate your browser to http://localhost:8080 )
> npm run dev
Build project for deployment
> npm run build

0 comments on commit beb6609

Please sign in to comment.