tsc
.[dist]
has been created inside your project's directory.build
script at package.json
file and then runs it when pushing the project.ignite
is the free plan of ClearDB (but requires Credit Card verification).
'grep' is not recognized as an internal or external command, operable program or batch file.
.env
file with the credentials that we received so it should be like the following:...DB_HOST=<host>
DB_NAME=<db-name>
DB_USERNAME=<username>
DB_PASSWORD=<password>
push
command will automatically install the dependencies and build your app as mentioned in the (Build The Project Section's hint) above.