lukazc / react-node-demo

React app with Express api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encode

Getting started

Install

Install node modules yarn install or npm install.

Run tests

Run yarn test or npm test.

Start development server

Run yarn start or npm start.

The front-end is served on http://localhost:3000/ and the back-end on http://localhost:3001/.

Login credentials

Email: optimus.prime@autobots.com Password: validPassword1234!

File Structure

The front-end is based on create-react-app.
The back-end is based on Express Generator.

Additional Documentation

About

React app with Express api.


Languages

Language:JavaScript 88.5%Language:HTML 7.5%Language:CSS 3.9%