jlc488 / mercari-markdown

a sample prototype on babel7 + webpack + jest + mocha + express + react + mongoose + mongo + mobx + decorators
1 stars 0 forks source link

mercari-markdown

Build Status

Greenkeeper badge

This is a the simple & THE VERY SIMPLE wiki that built in with a full stack web application using React, Node.js, Express and Webpack. It is also configured with webpack-dev-server, eslint, prettier and babel7.

Quick Start

If you are running project locally, make sure you have MongoDB installed and change the connection information in the db.js file

# Clone the repository
git clone https://github.com/jlc488/mercari-markdown

# Go inside the directory
cd mercari-markdown

# Install dependencies
yarn (or npm install)

# Start development server
yarn dev (or npm run dev)

# Build for production
yarn build (or npm run build)

# Start production server
yarn start (or npm start)

Start the project with Docker-Compose

# run the docker-compose command
docker-compose up --build