Skip to content

scott1991/express-es6-spa-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-es6-spa-example

Getting Started

git clone https://github.com/scott1991/express-es6-spa-example <project-name>
cd <project-name>
npx rimraf ./.git
git init
npm init

Add React SPA

sh create_reactSPA.sh

It will use creat-react-app and set .env to bind different port 3001 instead of express server port(3000) And set proxy 'http://localhost:3000' to redirect api call in React app.

About

A template for es6 spa project with Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors