Get started
Prerequisites¶
-
Install the Nodejs
-
Install the git
-
install the VSCode
-
Install the following npm modules globally
- typescript
- tslint
- rimraf
1
npm i typescript tslint rimraf mission.cli -g
Verify the installatioin¶
1 2 3 4 5 | tsc -v #shows typescript version number tslint -v #shows typescript lint version number node -v #shows nodejs version number git version #shows git version number mio version # shows mission command line interface version nubmer |
Software stack¶
- Sequelize
- Typescript
- Express js
- Redis
- MySQL
- MongoDb *
- puppeteer *
- bull *
*
These modules not required for all projects.
Recomended Tools¶
VS Code¶
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity)
Recomended VS Code Plugins¶
Optional VS Code Plugins¶
Node Js¶
Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Git¶
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
MySql database¶
PosgreSql database¶
npm modules¶
Essential JavaScript development tools that help you go to market faster and build powerful applications using modern open source code.
1 | npm install typescript tslint rimraf mission.cli -g |
Optional Tools¶
Docker¶
The fastest, easiest, and most secure way to deliver containerized applications from development to production.