Technologies | How To Use | License
This project was developed with the following technologies:
- Node.js v12.16.1
- Express
- TypeScript
- Socket.io
- Knex
- Babel
- Ejs
- Express-Session
- SQLite
- JQuery
- Ts-Node-Dev
- VS Code with EditorConfig
# Clone this repository
$ git clone https://github.com/mac-alves/chat-nodejs.git
# Go into the repository
$ cd chat-nodejs/
# Install dependencies
$ npm install
# Perform the migration to create the database
$ npm run knex:migrate
# run project
$ npm run dev
# build project
$ npm run build
# run the project in production
$ npm run build
This project is under the MIT license. See the LICENSE for more information.
⚓ Mauricio Alves - Github - mac-alves