React + Lambda + Netlify
- Clone the repo
$ git clone https://github.com/robertoachar/react-lambda-netlify.git
- Install dependencies
$ npm install
- Run scripts
Action | Usage |
---|---|
Start development mode | npm start |
Start app | npm start:app |
Start lambda | npm start:lambda |
Build for production | npm run build |
Build app | npm run build:app |
Build lambda | npm run build:lambda |
Lint code | npm run lint |