Skip to content

Orientsoft/react-orientboard

Repository files navigation

ngOrientboard(ReactBoard)

Credits

OrientSoft R&D Team

Copyright 2015 - [email protected]

Dependencies

If you're developing under Windows, see docs to setup your environment with vagrant or docker. Direct Windows development is not supported.

Node >= v4.0 and a global gulp is required.

It's recommended to use the latest version of npm, to update npm run:

npm i -g -U npm

To install gulp:

npm i -g gulp

If you encounter permission problems, try these command with sudo.

Also, if you want simpler watching process, install tmux on your machine.

Install

git clone --recursive https://github.com/Orientsoft/react-orientboard
cd react-orientboard
npm i
  • Attention: do not use third party tools like cnpm

Database Init

For development environment prepare, you need install redisServer(see http://redis.io/) and mongodb (see https://docs.mongodb.com/manual/) first.

  • Attention: the database must not have any password

And prepare the orientboard initital database schema in mongodb

mongorestore

Development

For development environment: see Setup with Docker or Setup with Vagrant

Usage

npm start

Open localhost:3000

Documentation

Start the server and go to localhost:3000/doc for docs generated by gitbook, or see Doc index

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages