Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 450 Bytes

serverless-react-starter

Starter for using Serverless [ with Webpack and Express ] and React.

Install and Run:

This is a monorepo: to quickly install dependencies in all packages and run fe and sls, just type from the root folder:

yarn quickInstall && yarn start

This is enough to have the project up and running;

fe: http://localhost:3000 sls be: http://localhost:8000

Otherwise packages can be installed and run separately.