From 5ab4cefd2f0917731d650a09ad662cf28bf5c4da Mon Sep 17 00:00:00 2001 From: Fabrizio Delcompare <35388973+fabrv@users.noreply.github.com> Date: Thu, 30 Jul 2020 11:07:25 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e75dd14..aff05af 100644 --- a/README.md +++ b/README.md @@ -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. @@ -40,4 +41,4 @@ This will create the following files: ``` ## Credits -* *Author*: Fabrizio Delcompare - [fabrv](https://github.com/fabrv) \ No newline at end of file +* *Author*: Fabrizio Delcompare - [fabrv](https://github.com/fabrv) From 5e27b1f4ad1e50b32860d98688a242b3b58b5d91 Mon Sep 17 00:00:00 2001 From: Fabrizio Delcompare <35388973+fabrv@users.noreply.github.com> Date: Thu, 30 Jul 2020 11:49:44 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff05af..c032bb4 100644 --- a/README.md +++ b/README.md @@ -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