Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathandion/twitter-app
Developer test for aldoshoes.com
https://github.com/jonathandion/twitter-app
babel javascript react redux redux-saga twitter
Last synced: about 1 month ago
JSON representation
Developer test for aldoshoes.com
- Host: GitHub
- URL: https://github.com/jonathandion/twitter-app
- Owner: jonathandion
- Created: 2017-05-23T01:34:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T11:42:31.000Z (over 7 years ago)
- Last Synced: 2024-12-23T05:07:06.908Z (about 1 month ago)
- Topics: babel, javascript, react, redux, redux-saga, twitter
- Language: JavaScript
- Homepage: https://as-twitter-app.herokuapp.com/
- Size: 9.41 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Twitter App
[![Build Status](https://travis-ci.org/jonathandion/twitter-app.svg?branch=master)](https://travis-ci.org/jonathandion/twitter-app)
[Heroku Demo](https://as-twitter-app.herokuapp.com/)
## Instructions
Install dependencies:
```npm install```
Create a file called `.env` inside the `server` folder and add your **Twitter credentials**
````
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN_KEY=
ACCESS_TOKEN_SECRET=
```````npm run start```
### Development
#### 1.`npm run server`(port: 3000)
Runs the server in development mode using nodemon.#### 2. `npm run dev` (port: 3001)
Runs React with WebpackDevServer.## Production
#### `npm run start`
Starts the app.
#### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.[More info here](https://github.com/facebookincubator/create-react-app)