Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fabrv/bigojs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizzio Rivera committed Aug 18, 2020
2 parents 5baa487 + 5e27b1f commit eb8efd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bigo
Mustache based templates boilerplater and easy generator for server-rendered websites and applications.
Mustache based boilerplater and easy generator for server-side websites and applications.

## Dependencies
- Mustache.js
Expand All @@ -23,7 +23,8 @@ This will generate an application with a Bigo skeleton in a diretory `\myName`.
### Run
The Bigo CLI includes a `run` command that ultimately runs the main file in the `package.json` with [ts-node](https://www.npmjs.com/package/ts-node).
```bash
bigo run
cd myName
npm run
```
The project created is a Typescript NodeJs aplication, so there are multiple ways of running the application.

Expand All @@ -40,4 +41,4 @@ This will create the following files:
```

## Credits
* *Author*: Fabrizio Delcompare - [fabrv](https://github.com/fabrv)
* *Author*: Fabrizio Delcompare - [fabrv](https://github.com/fabrv)

0 comments on commit eb8efd9

Please sign in to comment.