-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06f1daa
commit ea5d785
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
# Meteorite Core UI | ||
|
||
## Setup | ||
|
||
In order to run it locally you'll need a basic server setup. | ||
|
||
1. Install [NodeJS](http://nodejs.org/download/), if you don't have it yet. | ||
2. Install local dependencies: | ||
|
||
```sh | ||
$ npm install | ||
``` | ||
3. Run server: | ||
```sh | ||
$ npm start | ||
``` | ||
4. Run tasks and serve: | ||
```sh | ||
$ gulp | ||
``` | ||
|
||
## Tasks | ||
|
||
- `gulp`: Initialize watch for changes and a server(localhost:8080/webpack-dev-server/index.html) | ||
- `gulp bower-install`: Move dependencies to folder `dist/assets/` | ||
- `gulp stylus`: Compile stylus files | ||
- `gulp watch`: Call for watch files | ||
- `gulp webpack`: Build files ReactJS | ||
- `gulp webpack-dev-server`: Uses the webpack-dev-middleware to serve a webpack bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters