Skip to content

A Sample ExpressJS and ReactJS application with Unit Testing

Notifications You must be signed in to change notification settings

titogeorge/sample-expressjs-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample ReactJS Application with ExpressJS Backend.

Packages Used:

  • express-generator - Use the application generator tool, express-generator, to quickly create an application skeleton. The express-generator package installs the express command-line tool.
  • create-react-app - Create React apps with no build configuration. - A facebook OSS project

Setup

# Install express-generator
$ npm install -g express-generator
# Install create-react-app
$ npm install -g create-react-app

Run

# start server in root folder
$ node bin/www
# start client in /client folder
$ npm start
# Use npm test in both folders to execute test

Use API's from jsonplaceholder

About

A Sample ExpressJS and ReactJS application with Unit Testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published