Mirror of github.com/kingomarnajjar/flex-template-web
Find a file
Kimmo Puputti e986b235a7 Change NPM scripts
- `npm run dev` to start dev mode
 - `npm start` to build production bundle and start the node server

=> Default to production with `npm start` and be explicit when
starting the dev server
2017-01-05 12:33:21 +02:00
docs Move create-react-app readme file to docs 2017-01-04 21:15:02 +02:00
public Init new app with create-react-app 2017-01-04 21:12:15 +02:00
src Clean up boilerplate app 2017-01-04 21:49:02 +02:00
.gitignore Init new app with create-react-app 2017-01-04 21:12:15 +02:00
package.json Change NPM scripts 2017-01-05 12:33:21 +02:00
README.md Change NPM scripts 2017-01-05 12:33:21 +02:00
yarn.lock Add express, react-router, and lodash 2017-01-05 12:33:17 +02:00

Sharetribe Starter App

[TODO]

Getting started

yarn

Development

npm run dev

Server

npm start