KaiqueMunhoz / twitelum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitelum

Over this course, we will develop an application based on Twitter called Twitelum. The reason for this choice was problems that the interface has, like manager the state and the use of components, that is perfect to use React and technologies that make up your ecosystem.

Knowledge Prerequisites

  • HTML
  • CSS
  • Javascript

Installing

  • Nodejs

To install Nodejs, access the website https://nodejs.org/en/ and download the last version for your environment. After the installation finish, run the command lines to verify if everything was installed correctly.

npm -v
node -v
  • Create-React-App

To install create-react-app run the follows command line

npm install -g create-react-app

To check if everything finish was expected, run the command

reate-react-app --version
  • Dependencies

To install all others dependencies of this project, run the following command line

npm install

This Installation process was made in 30/04/2018

Running

After the installation, this project already can run. The follows commands run the server side and the frontend side (That is the focus of this course).

  • Server API
cd twitelum-api
npm start
  • Frontend
cd twitelum-front
npm start

Built With

Authors

About


Languages

Language:JavaScript 83.9%Language:CSS 13.2%Language:HTML 2.9%