You will need to create a keys_dev.js
file in the config folder as:
module.exports = {
mongoURI: 'YOUR_OWN_MONGO_URI'
}
# Clone the repository
git clone https://github.com/jesuodz/issue-tracker.git
# Cd and install dependencies for server
cd issue-tracker && npm install
# Install dependencies for client
npm run client-install
# Run both client and server
npm run dev
# Run server only
npm run server
# Run client only
npm run client
By default, server runs on http://localhost:4000
and client runs on http://localhost:3000
Jesús Ordosgoitty ( jesuodz | Twitter )
- Inspired by DevConnector