Skip to content

tainguyenthe/react-mobx-realworld-example-app

 
 

Repository files navigation

Technical stack:

  • ReactJs
  • Mobx
  • Webpack
  • Babel
  • SCSS
  • Antd Design

Getting started

To get the frontend running locally:

  • Clone this repo
  • npm install to install all req'd dependencies
  • npm start to start the local server (this project uses create-react-app)

Making requests to the backend API

For convenience, we have a live API server running at https://conduit.productionready.io/api for the application to make requests against. You can view the API spec here which contains all routes & responses for the server.

The source code for the backend server (available for Node, Rails and Django) can be found in the main RealWorld repo.

If you want to change the API URL to a local server, simply edit src/agent.js and change API_ROOT to the local server's URL (i.e. localhost:3000/api)

About

Exemplary real world application built with React + MobX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.0%
  • CSS 15.9%
  • HTML 2.1%