Skip to content

Twitter client built with React using create-react-app toolkit

Notifications You must be signed in to change notification settings

nicolasiensen/react-twitter-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is built on top of Create React App.

Getting started

In order to have this app fully functional, you need a working instance of the t-inbox-api.

Make sure also to create a file .env in the root folder, you should use the .sample.env as a template.

In the next steps you are going to install the dependencies, start the app, run all automated tests and pack the project into a build using yarn:

# Install the dependencies
yarn install

# Start the app
yarn start

# Run all automated tests
yarn test

# Pack the project into a build
yarn build

Chrome extension

This app can also be used as a Chrome extension, the build script will generate everything you need and place all the files in the build folder.

About

Twitter client built with React using create-react-app toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published