Skip to content

kbychkov/simplecrawler-app

Repository files navigation

simplecrawler-app

GitHub package.json version Travis (.org) Dependency Status devDependency Status Conventional Commits

The GUI for Simplecrawler powered by MongoDB queue. This project uses Feathers. An open source web framework for building modern real-time applications.

Development Environment

Make sure you have Node.js and MongoDB installed. Then install dependencies from the project folder:

$ npm install

Use the following commands to run the project:

# build the client application and start the server
$ npm start

# start the client application in development mode
$ npm run client

# start the server in development mode
$ npm run server

# both the previous commands in one
$ npm run dev

License

Licensed under the MIT license.