Skip to content

kevinferri/express-react-boilerplate

Repository files navigation

Express React Boilerplate

This is a boilerplate express application using a React front end

Development Setup

git clone https://github.com/kevinferri/express-react-boilerplate
cd express-react-boilerplate
npm install
npm start

Express server will be started at http://localhost:3000/

To start front end app:

npm run webpack

Tests

This project uses Jest for testing. Tests are located in /tests. To run tests:

npm test

Linter

This project uses eslint and Airbnb's styleguide for linting. To run linter:

npm run lint

If you are using atom, you can use the eslint plugin for live linting.

About

A boilerplate Express app with a React front end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published