A universal JavaScript app to enable anyone in the business to perform common tasks like:
- Lookup information about a marketplace
- Change seller fees
- Update users
- React
- Redux
- Yarn
- GraphQL (c/o Jesse)
- All the cool things
- Create
.env
withURL
andAUTH
URL=localhost:3000
AUTH=Basic Blabla
- Run application
$ yarn install
$ yarn start
- Add new task folder in
shared/components/Task
- Update and connect to the rest of the app
-
shared/actions/Task.js
-shared/components/Task/index.js
-shared/components/TaskSelector.js
-shared/containers/Task.js
-server.js
- Send a PR