An Expressjs/Reactjs app that allows users to publish various production ready React components in order to integrate them into articles.
- Clone this repo
$ git clone https://github.com/libe-max/libe-tools.git
- Install server dependencies
$ cd libe-tools && npm install
- Go to the client directory
$ cd client
- Install client dependencies
$ npm install
- Build the production ready client app
$ npm run build
- Go back to the project root and launch the server
$ cd ../ && npm start
- You have now an Expressjs server running on port 3001, serving a React routed app on
/
and listening for data requests on/api
.